From fd5793f510af60ed599610aa00f49e2e73b552cf Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 8 Dec 2025 15:57:55 -0700 Subject: [PATCH] create: fix vlan template --- usr/local/share/bastille/create.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/create.sh b/usr/local/share/bastille/create.sh index 748ad6ac..aa5c70ad 100644 --- a/usr/local/share/bastille/create.sh +++ b/usr/local/share/bastille/create.sh @@ -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}"