From 188ad0caa95a7378fc2f63195e093b2a1dbcfcab Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:31:23 +0000 Subject: [PATCH] Update --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 7960e10..3140218 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -78,6 +78,7 @@ 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}" icecon --command "ensure ${resource}" "${SERVER_IP}:${SERVER_PORT}" "${RCON_PASSWORD}" done else