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 ""