From 7c66cb0588142a43f2c5660ff58ddb13d1d6ffb9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 7 Jul 2016 21:18:17 +0100 Subject: [PATCH] exitbypass --- lgsm/functions/command_validate.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lgsm/functions/command_validate.sh b/lgsm/functions/command_validate.sh index c6d023bc3..3f0b8e289 100644 --- a/lgsm/functions/command_validate.sh +++ b/lgsm/functions/command_validate.sh @@ -38,9 +38,12 @@ fn_validation(){ check_status.sh if [ "${status}" != "0" ]; then + exitbypass=1 command_stop.sh fn_validation + exitbypass=1 command_start.sh else fn_validation fi +core_exit.sh \ No newline at end of file