mirror of
https://github.com/BastilleBSD/bastille.git
synced 2025-12-16 07:08:34 +01:00
standardizing comments
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user