From c40b2be8b9b2b7438dba5229daf4b8ed74736998 Mon Sep 17 00:00:00 2001 From: TheiLLeniumStudios <104288623+TheiLLeniumStudios@users.noreply.github.com> Date: Mon, 6 Feb 2023 14:37:16 +0000 Subject: [PATCH] Update --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 3140218..b8e421a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -79,7 +79,7 @@ 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}" - icecon --command "ensure ${resource}" "${SERVER_IP}:${SERVER_PORT}" "${RCON_PASSWORD}" + icecon --command "ensure ${resource}" ${SERVER_IP}:${SERVER_PORT} ${RCON_PASSWORD} done else echo "Will restart the whole server"