From 583c232a5064cd23fe5829face6c3659be4f1845 Mon Sep 17 00:00:00 2001 From: "PC-202302260912\\Administrator" <1769111741@qq.com> Date: Wed, 2 Aug 2023 17:07:54 +0800 Subject: [PATCH] bug --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 8fef5ac..bf907a2 100644 --- a/main.sh +++ b/main.sh @@ -112,7 +112,7 @@ game_send_package() { fi else cat "txt/$channel" | while read -r ip; do - unzip_package $channel $package $source_tar $destination_dir + unzip_package $ip $package $source_tar $destination_dir if [[ $reboot -eq 1 ]]; then restart_server "core" "$ip" fi