Add Description field for Bridges
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled

This commit is contained in:
Michel Roegl-Brunner 2025-09-26 13:20:38 +02:00
parent 5a59e2fa62
commit 49fceced69

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:\n/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:\n To add a description, edit:\n /usr/local/community-scripts/bridge_description\n Example: vmbr0:LAN vmbr1:WAN" 18 55 6 "${BRIDGE_MENU_OPTIONS[@]}" 3>&1 1>&2 2>&3)
if [[ -z "$BRG" ]]; then
exit_script
else