Browse Source

blockcheck: remove temp header file if aborted

pull/84/head
bol-van 3 years ago
parent
commit
102bf38bc4
  1. 1
      blockcheck.sh

1
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

Loading…
Cancel
Save