From 276448a3c21cecf613db301636ab56efe7f357ae Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Wed, 5 Feb 2025 11:57:44 -0800 Subject: [PATCH] Update network.sh --- usr/local/share/bastille/network.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr/local/share/bastille/network.sh b/usr/local/share/bastille/network.sh index 1c213737..3cc39957 100644 --- a/usr/local/share/bastille/network.sh +++ b/usr/local/share/bastille/network.sh @@ -52,7 +52,6 @@ AUTO=0 BRIDGE_VNET_JAIL=0 CLASSIC_JAIL=0 STATIC_MAC=0 -START=0 VNET_JAIL=0 while [ "$#" -gt 0 ]; do case "${1}" in @@ -68,7 +67,7 @@ while [ "$#" -gt 0 ]; do shift ;; -a|--auto) - FORCE=1 + AUTO=1 shift ;; -m|-M|--static-mac)