From d55abfb20c910c4625323bdd6122f2fe11553f62 Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:39:50 +0000 Subject: [PATCH] Update --- entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index b8e421a..d40ff75 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -79,6 +79,9 @@ if ! is_array_empty "$resources_to_restart"; then 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