Add Description field for Bridges
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
Some checks failed
Bump build.func Revision / bump-revision (push) Has been cancelled
This commit is contained in:
parent
5a59e2fa62
commit
49fceced69
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user