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
20b9bf8aa2
commit
5a59e2fa62
@ -642,7 +642,7 @@ advanced_settings() {
|
|||||||
fi
|
fi
|
||||||
done <<< "$BRIDGES"
|
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
|
if [[ -z "$BRG" ]]; then
|
||||||
exit_script
|
exit_script
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user