Remove trap and exit at the end of the script.
This commit is contained in:
parent
ac1db134a3
commit
598937cc06
1 changed files with 2 additions and 0 deletions
|
@ -71,3 +71,5 @@ if [ ! -z "$WORK_MACHINE" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
remove_lock
|
remove_lock
|
||||||
|
trap - INT TERM EXIT
|
||||||
|
exit 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue