Add missing ;; (Kurt Lidl)
This commit is contained in:
parent
327c8d271f
commit
5a1e5090da
|
@ -69,8 +69,10 @@ flush)
|
|||
case "$pf" in
|
||||
npf)
|
||||
/sbin/npfctl rule "$2" flush
|
||||
;;
|
||||
pf)
|
||||
/sbin/pfctl -a "$2" -t "port$6" -T flush
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue