From f2d673a070a4bbb4d18873226d446626b0a73269 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 7 Jul 2016 17:31:40 +0100 Subject: [PATCH] bug --- lgsm/functions/core_exit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lgsm/functions/core_exit.sh b/lgsm/functions/core_exit.sh index 2671bb7a2..0eb19c753 100644 --- a/lgsm/functions/core_exit.sh +++ b/lgsm/functions/core_exit.sh @@ -29,8 +29,8 @@ if [ -n "${exitcode}" ]&&[ "${exitcode}" != "0" ]; then elif [ -n "${exitbypass}" ]; then unset exitbypass else - fn_script_log_pass "${function_selfname} exiting with code: ${exitcode}" exitcode=0 + fn_script_log_pass "${function_selfname} exiting with code: ${exitcode}" fn_exit_dev_debug # remove trap. trap - INT