This commit is contained in:
TheiLLeniumStudios
2023-02-06 15:03:39 +00:00
parent 3fa2c013e8
commit eda64d0ece
2 changed files with 2 additions and 4 deletions
-4
View File
@@ -78,10 +78,6 @@ if ! is_array_empty "$resources_to_restart"; then
echo "Will restart individual resources"
for resource in $resources_to_restart; do
echo "Restarting ${resource}"
echo "ensure ${resource} ${SERVER_IP}:${SERVER_PORT} ${RCON_PASSWORD}"
which icecon
icecon --help
icecon
icecon --command "ensure ${resource}" ${SERVER_IP}:${SERVER_PORT} ${RCON_PASSWORD}
done
else