From b8d9eae21f995d6d7398f4e05eccd6dd133d2641 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:28:45 -0700 Subject: [PATCH] Update network.sh --- usr/local/share/bastille/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/share/bastille/network.sh b/usr/local/share/bastille/network.sh index 7ed8912a..16447db4 100644 --- a/usr/local/share/bastille/network.sh +++ b/usr/local/share/bastille/network.sh @@ -456,7 +456,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}"