create: fix vlan template

This commit is contained in:
tschettervictor
2025-12-08 15:57:55 -07:00
committed by GitHub
parent 8a1f11b173
commit fd5793f510

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}"