Browse Source

added reset as goldsource broke terminal on exit

pull/914/head
Daniel Gibbs 9 years ago
parent
commit
5b71d3655a
  1. 2
      lgsm/functions/command_debug.sh

2
lgsm/functions/command_debug.sh

@ -13,6 +13,8 @@ function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
fn_lockfile_trap(){
# Remove lock file
rm -f "${rootdir}/${lockselfname}"
# resets terminal. Servers can sometimes mess up the terminal on exit.
reset
core_exit.sh
}

Loading…
Cancel
Save