From 51664b34b04a83a10c86de323f82d5e67a8aa8ad Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 25 Apr 2025 20:50:27 -0600 Subject: [PATCH] fix _ --- 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 4c914fae..4c4fe05a 100644 --- a/usr/local/share/bastille/network.sh +++ b/usr/local/share/bastille/network.sh @@ -360,7 +360,7 @@ EOF elif [ "${bastille_network_vnet_type}" = "netgraph" ]; then for _num in $(seq 0 "${_bastille_if_num_range}"); do if ! echo "${_bastille_if_list}" | grep -oqswx "${_num}"; then - local jail_if="bastille${_num}" + local _jail_if="bastille${_num}" break fi done