Browse Source

bug

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
f2d673a070
  1. 2
      lgsm/functions/core_exit.sh

2
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

Loading…
Cancel
Save