From 211eee7110db6c39da02c9e52df980873c2f7e22 Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Tue, 7 Feb 2023 11:28:59 +0000 Subject: [PATCH] Debug --- entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index e3b37bd..5c4ba29 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -72,12 +72,12 @@ if ! is_array_empty "$resources_to_restart"; then echo "Ignoring restart of the resource ${resource}" else echo "Restarting ${resource}" - icecon --command "ensure ${resource}" ${SERVER_IP}:${SERVER_PORT} ${RCON_PASSWORD} + #icecon --command "ensure ${resource}" ${SERVER_IP}:${SERVER_PORT} ${RCON_PASSWORD} fi done else echo "Will restart the whole server" - icecon --command "quit" "${SERVER_IP}:${SERVER_PORT}" "${RCON_PASSWORD}" + #icecon --command "quit" "${SERVER_IP}:${SERVER_PORT}" "${RCON_PASSWORD}" fi else echo "Nothing to restart"