diff --git a/entrypoint-user.sh b/entrypoint-user.sh index 32b4cd7..a3785de 100755 --- a/entrypoint-user.sh +++ b/entrypoint-user.sh @@ -32,7 +32,7 @@ echo -e "" echo -e "Starting Update Checks" echo -e "=================================" nohup watch -n "${UPDATE_CHECK}" ./${GAMESERVER} update >/dev/null 2>&1 & -echo -e "update will check every $UPDATE_CHECK} minutes" +echo -e "update will check every ${UPDATE_CHECK} minutes" # Update game server if [ -z "${install}" ]; then