From 38164851bd99c5798c48dac815847a501f739244 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 9 Apr 2019 15:56:24 +0100 Subject: [PATCH] fix(monitor): monitor does not continue to query if session has failed --- lgsm/functions/command_monitor.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/command_monitor.sh b/lgsm/functions/command_monitor.sh index 3b36b3376..aeec02c59 100644 --- a/lgsm/functions/command_monitor.sh +++ b/lgsm/functions/command_monitor.sh @@ -124,6 +124,7 @@ fn_monitor_check_session(){ fn_script_log_info "Monitor is starting ${servername}" sleep 0.5 command_restart.sh + core_exit.sh fi sleep 0.5 } @@ -195,4 +196,4 @@ elif [ "${shortname}" == "ts3" ]||[ "${shortname}" == "eco" ]||[ "${shortname}" else fn_monitor_query fi -core_exit.sh \ No newline at end of file +core_exit.sh