From 598937cc06b086530de10b15d83c7ef00b205493 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Thu, 17 Apr 2014 07:40:19 -0400 Subject: [PATCH] Remove trap and exit at the end of the script. --- calendar-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calendar-run.sh b/calendar-run.sh index 25e1cdd..5a4e2a8 100755 --- a/calendar-run.sh +++ b/calendar-run.sh @@ -71,3 +71,5 @@ if [ ! -z "$WORK_MACHINE" ]; then fi remove_lock +trap - INT TERM EXIT +exit 0