From f7274a57dc083a4980591e5000b7825e6e50c0f2 Mon Sep 17 00:00:00 2001 From: bol-van Date: Fri, 24 Dec 2021 13:21:08 +0300 Subject: [PATCH] blockcheck: move comments --- blockcheck.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/blockcheck.sh b/blockcheck.sh index efd23fc..8c5d707 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 [ -n "$IPV" ] && { tpws_ipt_unprepare 80 tpws_ipt_unprepare 443 @@ -795,7 +796,6 @@ unprepare_all() sigint() { - # make sure we are not in a middle state that impacts connectivity echo echo terminating... unprepare_all @@ -803,7 +803,6 @@ sigint() } sigpipe() { - # make sure we are not in a middle state that impacts connectivity # must not write anything here to stdout unprepare_all exit 1