Browse Source

added exitcode to trap

pull/3000/head
Daniel Gibbs 6 years ago
parent
commit
ff1b95f40a
  1. 1
      lgsm/functions/core_trap.sh

1
lgsm/functions/core_trap.sh

@ -6,6 +6,7 @@
fn_exit_trap(){
echo -e ""
exitcode=0
core_exit.sh
}

Loading…
Cancel
Save