network: Quick bugfix

This commit is contained in:
tschettervictor
2025-03-06 16:27:37 -07:00
committed by GitHub
parent e578ec1b22
commit 50ebdd5118

View File

@@ -468,7 +468,7 @@ case "${ACTION}" in
else
add_interface "${TARGET}" "${INTERFACE}" "${IP}"
if [ -n "${VLAN_ID}" ]; then
add_vlan "{TARGET}" "${INTERFACE}" "${IP}" "${VLAN_ID}"
add_vlan "${TARGET}" "${INTERFACE}" "${IP}" "${VLAN_ID}"
fi
if [ "${AUTO}" -eq 1 ]; then
bastille start "${TARGET}"