From d2939225c5a02c1e714648bc17b32ef59a5a94e1 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs <me@danielgibbs.co.uk> Date: Thu, 17 Nov 2022 08:52:13 +0000 Subject: [PATCH] remove monitor from script managed by healthcheck --- entrypoint-user.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/entrypoint-user.sh b/entrypoint-user.sh index 68efe23..32b4cd7 100755 --- a/entrypoint-user.sh +++ b/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 &