From 43da7b25a1a5967ab31c9fba9879933c6428b2af Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Mon, 25 Nov 2019 15:40:10 -0700 Subject: [PATCH] standardizing comments --- usr/local/share/bastille/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/start.sh b/usr/local/share/bastille/start.sh index a3d1a27..ac12131 100644 --- a/usr/local/share/bastille/start.sh +++ b/usr/local/share/bastille/start.sh @@ -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