diff options
Diffstat (limited to 'functions/exit.sh')
-rwxr-xr-x | functions/exit.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/exit.sh b/functions/exit.sh index 022c0bf55..e7e7b1115 100755 --- a/functions/exit.sh +++ b/functions/exit.sh @@ -27,5 +27,5 @@ Exit () Setup_cleanup () { Echo_message "Setting up cleanup function" - trap 'Exit' INT TERM HUP EXIT + trap 'Exit' EXIT HUP INT QUIT TERM } |