This commit is contained in:
tschettervictor
2025-04-25 20:50:27 -06:00
committed by GitHub
parent df3285f205
commit 51664b34b0

View File

@@ -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