Don't set template for empty jails, include files for 12.2 release

This commit is contained in:
Jose
2021-01-20 08:10:18 -04:00
parent b67c16aba1
commit 01ff202b23
7 changed files with 422 additions and 3 deletions
+1 -1
View File
@@ -1049,7 +1049,7 @@ update_config()
sysrc -f ${BASTILLECONF} bastille_template_base="default/base"
fi
if ! grep -qw 'bastille_template_empty=' ${BASTILLECONF}; then
sysrc -f ${BASTILLECONF} bastille_template_empty="default/empty"
sysrc -f ${BASTILLECONF} bastille_template_empty=""
fi
if ! grep -qw 'bastille_template_thick=' ${BASTILLECONF}; then
sysrc -f ${BASTILLECONF} bastille_template_thick="default/thick"