From 4ed863ba03b0879092d1cd1728608f81f9f25555 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Fri, 22 Mar 2024 16:35:35 +0800 Subject: [PATCH] Update Nimble.sh --- Nimble.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Nimble.sh b/Nimble.sh index f713dfe..4cefaff 100644 --- a/Nimble.sh +++ b/Nimble.sh @@ -53,7 +53,7 @@ function main_menu() { clear echo "请选择要执行的操作:" echo "1. 安装常规节点" - read -p "请输入选项(1-3): " OPTION + read -p "请输入选项(1): " OPTION case $OPTION in 1) install_node ;;