mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-12 00:52:14 +02:00
Fix spacing on VLAN Input Box in haos-vm.sh (#15696)
This commit is contained in:
+1
-1
@@ -475,7 +475,7 @@ function advanced_settings() {
|
||||
done
|
||||
|
||||
while true; do
|
||||
if VLAN1=$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "Set a Vlan(leave blank for default)" 8 58 --title "VLAN" --cancel-button Exit-Script 3>&1 1>&2 2>&3); then
|
||||
if VLAN1=$(whiptail --backtitle "Proxmox VE Helper Scripts" --inputbox "Set a Vlan (leave blank for default)" 8 58 --title "VLAN" --cancel-button Exit-Script 3>&1 1>&2 2>&3); then
|
||||
if [ -z "$VLAN1" ]; then
|
||||
VLAN1="Default"
|
||||
VLAN=""
|
||||
|
||||
Reference in New Issue
Block a user