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

View File

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