Browse Source

bug

pull/7/head
Daniel Gibbs 2 years ago
parent
commit
998d7c1a73
No known key found for this signature in database GPG Key ID: 4D812BAB6228BBA6
  1. 2
      entrypoint-user.sh

2
entrypoint-user.sh

@ -32,7 +32,7 @@ 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"
echo -e "update will check every ${UPDATE_CHECK} minutes"
# Update game server
if [ -z "${install}" ]; then

Loading…
Cancel
Save