Daniel Gibbs 10 ani în urmă
părinte
comite
974cc90121
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  1. 2 0
      lgsm/functions/command_debug.sh

+ 2 - 0
lgsm/functions/command_debug.sh

@@ -15,6 +15,8 @@ fn_lockfile_trap(){
 	rm -f "${rootdir}/${lockselfname}"
 	rm -f "${rootdir}/${lockselfname}"
 	# resets terminal. Servers can sometimes mess up the terminal on exit.
 	# resets terminal. Servers can sometimes mess up the terminal on exit.
 	reset
 	reset
+	fn_print_ok_nl "Closing debug"
+	fn_script_log_info "Debug closed"
 	core_exit.sh
 	core_exit.sh
 }
 }