소스 검색

updated commend

Daniel Gibbs 10 년 전
부모
커밋
3833aed5fa
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      lgsm/functions/core_trap.sh

+ 2 - 1
lgsm/functions/core_trap.sh

@@ -7,8 +7,9 @@ lgsm_version="210516"
 # Description: handles ctrl-C trap to give an exitcode.
 
 fn_exit_trap(){
+	echo ""
 	core_exit.sh
 }
 
-# trap to remove lockfile on quit.
+# trap to give an exitcode.
 trap fn_exit_trap INT