mirror of
https://github.com/avatao-content/test-tutorial-framework
synced 2024-11-14 21:47:18 +00:00
Fix error traps not running on SIGINT
This commit is contained in:
parent
99b19a80da
commit
65ce63c2cd
@ -18,6 +18,7 @@ LOGFILE=/tmp/bootstrap_tfw.log
|
|||||||
|
|
||||||
run()
|
run()
|
||||||
{
|
{
|
||||||
|
trap 'exit 1' INT
|
||||||
trap handle_exit EXIT
|
trap handle_exit EXIT
|
||||||
: > $LOGFILE
|
: > $LOGFILE
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user