Browse Source

remove monitor from script

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

5
entrypoint-user.sh

@ -29,11 +29,6 @@ else
./${GAMESERVER} donate
fi
echo -e ""
echo -e "Starting Monitor"
echo -e "================================="
nohup watch -n "${MONITOR_CHECK}" ./${GAMESERVER} monitor >/dev/null 2>&1 &
echo -e "monitor will check every ${MONITOR_CHECK} minutes"
echo -e ""
echo -e "Starting Update Checks"
echo -e "================================="
nohup watch -n "${UPDATE_CHECK}" ./${GAMESERVER} update >/dev/null 2>&1 &

Loading…
Cancel
Save