From 65ce63c2cd5415086d352eefe037985ca3809612 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Thu, 3 May 2018 14:29:41 +0200 Subject: [PATCH] Fix error traps not running on SIGINT --- hack/bootstrap_tfw_dev.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/bootstrap_tfw_dev.sh b/hack/bootstrap_tfw_dev.sh index 6c15097..7b81f5f 100755 --- a/hack/bootstrap_tfw_dev.sh +++ b/hack/bootstrap_tfw_dev.sh @@ -18,6 +18,7 @@ LOGFILE=/tmp/bootstrap_tfw.log run() { + trap 'exit 1' INT trap handle_exit EXIT : > $LOGFILE