Add Description field for Bridges

This commit is contained in:
Michel Roegl-Brunner
2025-09-26 13:16:32 +02:00
parent 20b9bf8aa2
commit 5a59e2fa62

View File

@@ -642,7 +642,7 @@ advanced_settings() {
fi
done <<< "$BRIDGES"
BRG=$(whiptail --backtitle "Proxmox VE Helper Scripts" --menu "Select network bridge:\nTo add a description, edit '/usr/local/community-scripts/bridge_description'\nExample: vmbr0:LAN vmbr1:WAN" 18 80 6 "${BRIDGE_MENU_OPTIONS[@]}" 3>&1 1>&2 2>&3)
BRG=$(whiptail --backtitle "Proxmox VE Helper Scripts" --menu "Select network bridge:\nTo add a description, edit:\n/usr/local/community-scripts/bridge_description\nExample: vmbr0:LAN vmbr1:WAN" 18 80 6 "${BRIDGE_MENU_OPTIONS[@]}" 3>&1 1>&2 2>&3)
if [[ -z "$BRG" ]]; then
exit_script
else