Browse Source

blockcheck: pause before exit in terminate handler

pull/81/head
bol-van 3 years ago
parent
commit
cb57fc4ed1
  1. 2
      blockcheck.sh

2
blockcheck.sh

@ -438,7 +438,7 @@ sigint()
nfqws_ipt_unprepare 80
nfqws_ipt_unprepare 443
killall nfqws 2>/dev/null
exit 1
exitp 1
}
trap 'sigint' 2

Loading…
Cancel
Save