From 998d7c1a73a22f6e9721b02d0ffa9edb4ceac5c8 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 17 Nov 2022 09:25:45 +0000 Subject: [PATCH] bug --- entrypoint-user.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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