standardizing comments

This commit is contained in:
Christer Edwards
2019-11-25 15:40:10 -07:00
parent b5c8330502
commit 43da7b25a1

View File

@@ -67,7 +67,7 @@ for _jail in ${JAILS}; do
echo -e "${COLOR_GREEN}[${_jail}]:${COLOR_RESET}"
jail -f "${bastille_jailsdir}/${_jail}/jail.conf" -c ${_jail}
## update table:jails in firewall with container address
## remove ip4.addr from firewall table:jails
if [ ! -z ${bastille_jail_loopback} ]; then
pfctl -t jails -T add $(jls -j ${_jail} ip4.addr)
fi