This commit is contained in:
CanbiZ (MickLesk)
2026-03-03 15:06:34 +01:00
parent 3cdde8bff6
commit 3fa0e70c05

View File

@@ -513,7 +513,7 @@ function advanced_settings() {
else
WAN_MENU+=("$brg" "" "OFF")
fi
done <<< "$WAN_BRIDGES"
done <<<"$WAN_BRIDGES"
if WAN_BRG=$(whiptail --backtitle "Proxmox VE Helper Scripts" --title "WAN BRIDGE" --radiolist "Select WAN Bridge" 14 58 6 \
"${WAN_MENU[@]}" 3>&1 1>&2 2>&3); then