mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-22 02:00:08 +01:00
remove .
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user