Browse Source

Remove arbitrary server update cron job

pull/70/head
Alex 3 months ago
committed by GitHub
parent
commit
cffe5d3f01
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      entrypoint-user.sh

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

Loading…
Cancel
Save