mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-11 17:29:16 +05:00
blockcheck.sh : suppress ipfw delete error output
This commit is contained in:
parent
96bc42f012
commit
79ba99be5e
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user