mirror of
https://github.com/hackacad/bastille.git
synced 2026-01-04 03:33:41 +01:00
quieting pfctl output in start/stop
This commit is contained in:
@@ -66,7 +66,7 @@ for _jail in ${JAILS}; do
|
||||
elif [ $(jls name | grep -w "${_jail}") ]; then
|
||||
## remove ip4.addr from firewall table:jails
|
||||
if [ ! -z ${bastille_jail_loopback} ]; then
|
||||
pfctl -t jails -T delete $(jls -j ${_jail} ip4.addr)
|
||||
pfctl -q -t jails -T delete $(jls -j ${_jail} ip4.addr)
|
||||
fi
|
||||
|
||||
## stop container
|
||||
|
||||
Reference in New Issue
Block a user