Browse Source

blockcheck: wait for child processes on terminate

pull/1042/head
bol-van 4 months ago
parent
commit
f986da9ae2
  1. 1
      blockcheck.sh

1
blockcheck.sh

@ -2049,6 +2049,7 @@ unprepare_all()
{ {
# make sure we are not in a middle state that impacts connectivity # make sure we are not in a middle state that impacts connectivity
ws_kill ws_kill
wait
[ -n "$IPV" ] && { [ -n "$IPV" ] && {
pktws_ipt_unprepare_tcp 80 pktws_ipt_unprepare_tcp 80
pktws_ipt_unprepare_tcp 443 pktws_ipt_unprepare_tcp 443

Loading…
Cancel
Save