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