Browse Source
remove monitor from script
managed by healthcheck
pull/7/head
Daniel Gibbs
2 years ago
No known key found for this signature in database
GPG Key ID: 4D812BAB6228BBA6
1 changed files with
0 additions and
5 deletions
-
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 & |
|
|
|