1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-05-09 23:03:09 +00:00

Update build.func (#4327)

This commit is contained in:
Michel Roegl-Brunner 2025-05-08 16:17:48 +02:00 committed by GitHub
parent 402586756f
commit c749fe6fb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -533,7 +533,7 @@ advanced_settings() {
BRG="vmbr0" BRG="vmbr0"
echo -e "${BRIDGE}${BOLD}${DGN}Bridge: ${BGN}$BRG${CL}" echo -e "${BRIDGE}${BOLD}${DGN}Bridge: ${BGN}$BRG${CL}"
else else
BRG=$(whiptail --backtitle "Proxmox VE Helper Scripts" --menu "Select network bridge:" 10 40 6 $(echo "$BRIDGES" | awk '{print $0, "Bridge"}') 3>&1 1>&2 2>&3) BRG=$(whiptail --backtitle "Proxmox VE Helper Scripts" --menu "Select network bridge:" 15 40 6 $(echo "$BRIDGES" | awk '{print $0, "Bridge"}') 3>&1 1>&2 2>&3)
if [ -z "$BRG" ]; then if [ -z "$BRG" ]; then
exit_script exit_script
else else