Remove trap and exit at the end of the script.

This commit is contained in:
Bradley M. Kuhn 2014-04-17 07:40:19 -04:00
parent ac1db134a3
commit 598937cc06

View file

@ -71,3 +71,5 @@ if [ ! -z "$WORK_MACHINE" ]; then
fi
remove_lock
trap - INT TERM EXIT
exit 0