Browse Source

warn

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

2
lgsm/functions/core_exit.sh

@ -14,7 +14,7 @@ if [ -n "${exitcode}" ]&&[ "${exitcode}" != "0" ]; then
elif [ "${exitcode}" == "3" ]; then
fn_script_log_warn "Exiting with code: ${exitcode}"
else
fn_script_log "Exiting with code: ${exitcode}"
fn_script_log_warn "Exiting with code: ${exitcode}"
fi
exit ${exitcode}
else

Loading…
Cancel
Save