create: Spacing

This commit is contained in:
tschettervictor
2025-03-03 12:33:57 -07:00
committed by GitHub
parent 64447e2b3c
commit 6e7ea625b7

View File

@@ -612,7 +612,7 @@ create_jail() {
# Add VLAN ID if it was given
if [ -n "${VLAN_ID}" ]; then
bastille template "${NAME}" ${bastille_template_vlan} --arg VLANID="${VLAN_ID}" --arg IFCONFIG="${_ifconfig}"
bastille template "${NAME}" ${bastille_template_vlan} --arg VLANID="${VLAN_ID}" --arg IFCONFIG="${_ifconfig}"
fi
fi
fi