installer: fix format (#448)

This commit is contained in:
UUBulb 2024-10-22 10:25:31 +08:00 committed by GitHub
parent d5744d0c73
commit 99aeda7939
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -823,7 +823,7 @@ show_usage() {
}
show_menu() {
echo "
printf "
${green}哪吒监控管理脚本${plain} ${red}${NZ_VERSION}${plain}
--- https://github.com/naiba/nezha ---
${green}1.${plain} 安装面板端
@ -844,7 +844,7 @@ show_menu() {
————————————————-
${green}0.${plain} 退出脚本
"
printf "请输入选择 [0-13]: " && read -r num
echo && printf "请输入选择 [0-13]: " && read -r num
case "${num}" in
0)
exit 0