4
0
Эх сурвалжийг харах

stop exitmsg on same line

Daniel Gibbs 10 жил өмнө
parent
commit
505d0c544b

+ 1 - 0
lgsm/functions/core_exit.sh

@@ -6,6 +6,7 @@
 
 fn_exit_dev_debug(){
 	if [ -f "${rootdir}/.dev-debug" ]; then
+		echo ""
 		echo "${function_selfname} exiting with code: ${exitcode}"
 	fi
 }