Update bastille config

This commit is contained in:
JRGTH
2024-09-06 03:41:55 -04:00
parent 21566c34e9
commit 2222468a36
5 changed files with 11 additions and 5 deletions

View File

@@ -1175,6 +1175,9 @@ rc_params()
if ! sysrc -f ${BASTILLECONF} -qc bastille_decompress_gz_options; then
sysrc -f ${BASTILLECONF} bastille_decompress_gz_options="-k -d -c -v" >/dev/null 2>&1
fi
if ! sysrc -f ${BASTILLECONF} -qc bastille_pf_conf; then
sysrc -f ${BASTILLECONF} bastille_pf_conf="/etc/pf.conf" >/dev/null 2>&1
fi
# Set bastille.conf location.
if ! sysrc -f ${CWDIR}${EXTCONF} -n BASTILLE_CONFIG 2>/dev/null | grep -q "${CWDIR}/${FULLAPPNAME}${BASTILLECONF}"; then