From 744dd10a1c4cd5d0994ee72df96af801f761085c Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 13 Dec 2024 07:43:03 -0700 Subject: [PATCH] remove . --- usr/local/share/bastille/rdr.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/local/share/bastille/rdr.sh b/usr/local/share/bastille/rdr.sh index 8cc9b04e..9eab2cc8 100644 --- a/usr/local/share/bastille/rdr.sh +++ b/usr/local/share/bastille/rdr.sh @@ -300,14 +300,14 @@ while [ "$#" -gt 0 ]; do echo "${JAIL_NAME} redirects:" pfctl -a "rdr/${JAIL_NAME}" -Fn if rm -f "${bastille_jailsdir}"/"${JAIL_NAME}"/rdr.conf; then - info "[${JAIL_NAME}]: rdr.conf removed." + info "[${JAIL_NAME}]: rdr.conf removed" fi done else check_jail_validity pfctl -a "rdr/${JAIL_NAME}" -Fn if rm -f "${bastille_jailsdir}"/"${JAIL_NAME}"/rdr.conf; then - info "[${JAIL_NAME}]: rdr.conf removed." + info "[${JAIL_NAME}]: rdr.conf removed" fi fi shift