From 77beec04cbcad1f81be92cf8bdc22a8c8af38899 Mon Sep 17 00:00:00 2001 From: smeb y <48400087+a3165458@users.noreply.github.com> Date: Thu, 4 Apr 2024 14:51:02 +0800 Subject: [PATCH] Update ore.sh --- ore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ore.sh b/ore.sh index 2612754..080792b 100644 --- a/ore.sh +++ b/ore.sh @@ -205,7 +205,7 @@ function main_menu() { echo "4. 查看挖矿收益" echo "5. 领取挖矿收益" echo "6. 查看节点运行情况" - read -p "请输入选项(1-3): " OPTION + read -p "请输入选项(1-6): " OPTION case $OPTION in 1) install_node ;;