Fix error traps not running on SIGINT

This commit is contained in:
Kristóf Tóth 2018-05-03 14:29:41 +02:00
parent 99b19a80da
commit 65ce63c2cd
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ LOGFILE=/tmp/bootstrap_tfw.log
run()
{
trap 'exit 1' INT
trap handle_exit EXIT
: > $LOGFILE