From 70be3e17eda0fa124068ce3c9db42bcba21d15c4 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 21 Sep 2017 18:36:26 +0100 Subject: [PATCH] fix for #1315 by unsetting the updateonstart var --- lgsm/functions/command_start.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lgsm/functions/command_start.sh b/lgsm/functions/command_start.sh index 44b705082..fec2dd946 100644 --- a/lgsm/functions/command_start.sh +++ b/lgsm/functions/command_start.sh @@ -191,6 +191,7 @@ logs.sh if [ "${status}" == "0" ]; then if [ "${updateonstart}" == "yes" ]||[ "${updateonstart}" == "1" ]||[ "${updateonstart}" == "on" ]; then exitbypass=1 + unset updateonstart command_update.sh fi fi