mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-25 23:10:33 +01:00
remove padding
This commit is contained in:
@@ -52,7 +52,7 @@ for _jail in ${JAILS}; do
|
||||
## test if running
|
||||
if [ "$(/usr/sbin/jls name | awk "/^${_jail}$/")" ]; then
|
||||
## Capture ip4.addr address while still running
|
||||
_ip4="$( bastille config ${_jail} get ip4.addr )"
|
||||
_ip4="$(bastille config ${_jail} get ip4.addr)"
|
||||
|
||||
# Check if pfctl is present
|
||||
if [ "${_ip4}" != "not set" ]; then
|
||||
|
||||
Reference in New Issue
Block a user