From 3833aed5fa68a405467fd0541bbfbe046a930bd8 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 28 Jun 2016 00:10:42 +0100 Subject: [PATCH] updated commend --- lgsm/functions/core_trap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/core_trap.sh b/lgsm/functions/core_trap.sh index f56e329c9..966b53d09 100644 --- a/lgsm/functions/core_trap.sh +++ b/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 \ No newline at end of file