PC-202302260912\Administrator 2023-08-02 17:07:54 +08:00
parent 8cf3f9f9f6
commit 583c232a50
1 changed files with 1 additions and 1 deletions

View File

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