PC-202302260912\Administrator 2023-08-03 18:20:57 +08:00
parent ac51566c5d
commit 61acb57d8f
1 changed files with 1 additions and 1 deletions

View File

@ -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