1
0
mirror of https://github.com/bol-van/zapret.git synced 2025-05-24 22:32:58 +03:00

blockcheck.sh : suppress ipfw delete error output

This commit is contained in:
bol-van 2022-02-05 22:27:15 +03:00
parent 96bc42f012
commit 79ba99be5e

@ -114,7 +114,7 @@ IPFW_ADD()
} }
IPFW_DEL() IPFW_DEL()
{ {
ipfw -qf delete $IPFW_RULE_NUM ipfw -qf delete $IPFW_RULE_NUM 2>/dev/null
} }
ipt6_has_raw() ipt6_has_raw()
{ {