From 61acb57d8f0a622aa3de763bc225115e8a9e1d0c Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Thu, 3 Aug 2023 18:20:57 +0800 Subject: [PATCH] bug --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 070f527..898012e 100644 --- a/main.sh +++ b/main.sh @@ -269,8 +269,8 @@ gm_option() { restart_server "admin" "$ip" elif [ "$action" = "batch_reboot" ]; then local path="/data/update/script/txt/gm_ip.txt" - echo -e "开始更新gm" while read -r ip; do + echo -e "开始更新gm $ip" restart_server "admin" "$ip" done < ${path} fi