Merge pull request #1349 from BastilleBSD/tschettervictor-patch-1

This commit is contained in:
tschettervictor
2025-12-08 15:58:08 -07:00
committed by GitHub

View File

@@ -1148,7 +1148,7 @@ if [ -z ${bastille_template_vnet+x} ]; then
bastille_template_vnet='default/vnet'
fi
if [ -z ${bastille_template_vlan+x} ]; then
bastille_template_vnet='default/vlan'
bastille_template_vlan='default/vlan'
fi
create_jail "${NAME}" "${RELEASE}" "${IP}" "${INTERFACE}"