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