From cffe5d3f01f47f2eb0f922cc345ac5b443ae9fa8 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 18 Jan 2025 03:56:50 +0000 Subject: [PATCH] Remove arbitrary server update cron job --- entrypoint-user.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/entrypoint-user.sh b/entrypoint-user.sh index 808605e..dcf0172 100755 --- a/entrypoint-user.sh +++ b/entrypoint-user.sh @@ -91,12 +91,6 @@ else ./"${GAMESERVER}" sponsor fi -echo -e "" -echo -e "Starting Update Checks" -echo -e "=================================" -echo -e "*/${UPDATE_CHECK} * * * * /app/${GAMESERVER} update > /dev/null 2>&1" | crontab - -echo -e "update will check every ${UPDATE_CHECK} minutes" - # Update or validate game server if [ -z "${install}" ]; then echo -e ""