Browse Source

Merge cffe5d3f01 into 187f6f3bb3

pull/70/merge
Alex 2 weeks ago
committed by GitHub
parent
commit
2404adf887
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 ./"${GAMESERVER}" sponsor
fi 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 # Update or validate game server
if [ -z "${install}" ]; then if [ -z "${install}" ]; then
echo -e "" echo -e ""

Loading…
Cancel
Save