From f986da9ae279a79135dd2e451d9de585483faf5b Mon Sep 17 00:00:00 2001 From: bol-van Date: Sat, 4 Jan 2025 09:11:30 +0300 Subject: [PATCH] blockcheck: wait for child processes on terminate --- blockcheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/blockcheck.sh b/blockcheck.sh index 57124b9..8ced77c 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -2049,6 +2049,7 @@ unprepare_all() { # make sure we are not in a middle state that impacts connectivity ws_kill + wait [ -n "$IPV" ] && { pktws_ipt_unprepare_tcp 80 pktws_ipt_unprepare_tcp 443