From 7c3074ea087c1074eb3c3ce7e98ac1b1a7070cef Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sat, 27 Oct 2018 17:04:27 +0100 Subject: [PATCH] Fixed exitbypass not working for install fixes --- lgsm/functions/command_stop.sh | 4 +++- lgsm/functions/fix_kf.sh | 4 ++++ lgsm/functions/fix_kf2.sh | 1 + lgsm/functions/fix_ro.sh | 4 ++++ lgsm/functions/fix_ut3.sh | 1 + 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/command_stop.sh b/lgsm/functions/command_stop.sh index f5a5495b5..72641d2d2 100644 --- a/lgsm/functions/command_stop.sh +++ b/lgsm/functions/command_stop.sh @@ -301,4 +301,6 @@ fn_stop_pre_check if [ -f "${rootdir}/${lockselfname}" ]; then rm -f "${rootdir}/${lockselfname}" fi -core_exit.sh +if [ -z "${exitbypass}" ]; then + core_exit.sh +fi \ No newline at end of file diff --git a/lgsm/functions/fix_kf.sh b/lgsm/functions/fix_kf.sh index ad96678ef..dbb0c78c1 100644 --- a/lgsm/functions/fix_kf.sh +++ b/lgsm/functions/fix_kf.sh @@ -21,9 +21,13 @@ echo "applying server name fix." sleep 0.5 echo "forcing server restart..." sleep 0.5 +exitbypass=1 command_start.sh sleep 5 +exitbypass=1 command_stop.sh +exitbypass=1 command_start.sh sleep 5 +exitbypass=1 command_stop.sh \ No newline at end of file diff --git a/lgsm/functions/fix_kf2.sh b/lgsm/functions/fix_kf2.sh index 02940bf07..3e3e23080 100644 --- a/lgsm/functions/fix_kf2.sh +++ b/lgsm/functions/fix_kf2.sh @@ -17,4 +17,5 @@ sleep 1 exitbypass=1 command_start.sh sleep 10 +exitbypass=1 command_stop.sh \ No newline at end of file diff --git a/lgsm/functions/fix_ro.sh b/lgsm/functions/fix_ro.sh index 0b4f41f15..b96ae582e 100644 --- a/lgsm/functions/fix_ro.sh +++ b/lgsm/functions/fix_ro.sh @@ -24,9 +24,13 @@ echo "applying server name fix." sleep 0.5 echo "forcing server restart..." sleep 0.5 +exitbypass=1 command_start.sh sleep 5 +exitbypass=1 command_stop.sh +exitbypass=1 command_start.sh sleep 5 +exitbypass=1 command_stop.sh diff --git a/lgsm/functions/fix_ut3.sh b/lgsm/functions/fix_ut3.sh index 217140432..fa95052ac 100644 --- a/lgsm/functions/fix_ut3.sh +++ b/lgsm/functions/fix_ut3.sh @@ -17,4 +17,5 @@ sleep 1 exitbypass=1 command_start.sh sleep 10 +exitbypass=1 command_stop.sh \ No newline at end of file