Skip to content

Commit

Permalink
installer: fix format (#448)
Browse files Browse the repository at this point in the history
  • Loading branch information
uubulb authored Oct 22, 2024
1 parent d5744d0 commit 99aeda7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@ show_usage() {
}

show_menu() {
echo "
printf "
${green}哪吒监控管理脚本${plain} ${red}${NZ_VERSION}${plain}
--- https://github.com/naiba/nezha ---
${green}1.${plain} 安装面板端
Expand All @@ -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
Expand Down

0 comments on commit 99aeda7

Please sign in to comment.