From cb57fc4ed1c8254a3e9eee39af79eabdfddf3f4d Mon Sep 17 00:00:00 2001 From: bol-van Date: Wed, 8 Dec 2021 17:18:14 +0300 Subject: [PATCH] blockcheck: pause before exit in terminate handler --- blockcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockcheck.sh b/blockcheck.sh index 2de24c8..0226e89 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -438,7 +438,7 @@ sigint() nfqws_ipt_unprepare 80 nfqws_ipt_unprepare 443 killall nfqws 2>/dev/null - exit 1 + exitp 1 } trap 'sigint' 2