From 102bf38bc43e41c8417f02ceb5abdccf25564d5a Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 24 Dec 2021 17:32:35 +0300 Subject: [PATCH] blockcheck: remove temp header file if aborted --- blockcheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/blockcheck.sh b/blockcheck.sh index d56180d..3293539 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -784,6 +784,7 @@ check_dns() unprepare_all() { # make sure we are not in a middle state that impacts connectivity + rm -f "$HDRTEMP" [ -n "$IPV" ] && { tpws_ipt_unprepare 80 tpws_ipt_unprepare 443