diff --git a/blockcheck.sh b/blockcheck.sh index 7094796..3f275b3 100755 --- a/blockcheck.sh +++ b/blockcheck.sh @@ -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() {