mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-23 10:40:43 +01:00
accidentally a word
This commit is contained in:
@@ -67,7 +67,7 @@ for _jail in ${JAILS}; do
|
|||||||
echo -e "${COLOR_GREEN}[${_jail}]:${COLOR_RESET}"
|
echo -e "${COLOR_GREEN}[${_jail}]:${COLOR_RESET}"
|
||||||
jail -f "${bastille_jailsdir}/${_jail}/jail.conf" -c ${_jail}
|
jail -f "${bastille_jailsdir}/${_jail}/jail.conf" -c ${_jail}
|
||||||
|
|
||||||
## remove ip4.addr from firewall table:jails
|
## add ip4.addr to firewall table:jails
|
||||||
if [ ! -z ${bastille_jail_loopback} ]; then
|
if [ ! -z ${bastille_jail_loopback} ]; then
|
||||||
pfctl -t jails -T add $(jls -j ${_jail} ip4.addr)
|
pfctl -t jails -T add $(jls -j ${_jail} ip4.addr)
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user