Procházet zdrojové kódy

Stopping debug message

Chaos před 9 roky
rodič
revize
b25c430aee
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. 3 0
      lgsm/functions/command_debug.sh

+ 3 - 0
lgsm/functions/command_debug.sh

@@ -106,6 +106,9 @@ else
 	${executable} ${parms}
 fi
 
+fn_print_dots "Stopping debug"
+sleep 1
+fn_print_ok_nl "Stopping debug"
 # remove trap.
 trap - INT
 core_exit.sh