diff --git a/entrypoint-user.sh b/entrypoint-user.sh index 37d913d..7c88029 100755 --- a/entrypoint-user.sh +++ b/entrypoint-user.sh @@ -46,7 +46,8 @@ 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" +minutes=$((UPDATE_CHECK / 60)) +echo -e "update will check every ${minutes} minutes" # Update game server if [ -z "${install}" ]; then