Update network.sh

This commit is contained in:
tschettervictor
2025-03-06 16:28:45 -07:00
committed by GitHub
parent 50ebdd5118
commit b8d9eae21f

View File

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