From f36744f2a03d4057019af615f3052ce4c165322c Mon Sep 17 00:00:00 2001 From: Christer Edwards Date: Mon, 25 Nov 2019 15:41:11 -0700 Subject: [PATCH] accidentally a word --- 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 ac121312..d8df2eb5 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} - ## remove ip4.addr from firewall table:jails + ## add ip4.addr to firewall table:jails if [ ! -z ${bastille_jail_loopback} ]; then pfctl -t jails -T add $(jls -j ${_jail} ip4.addr) fi