mirror of
https://github.com/tteck/Proxmox.git
synced 2025-02-15 06:09:15 +01:00
Update debian-v4.sh
This commit is contained in:
parent
d69e76a97d
commit
da395cd3d3
1 changed files with 2 additions and 1 deletions
|
@ -202,8 +202,9 @@ function advanced_settings() {
|
||||||
NS=""
|
NS=""
|
||||||
echo -e "${DGN}Using DNS Server IP Address: ${BGN}Host${CL}"
|
echo -e "${DGN}Using DNS Server IP Address: ${BGN}Host${CL}"
|
||||||
else
|
else
|
||||||
|
NX=$NS
|
||||||
NS="-nameserver=$NS"
|
NS="-nameserver=$NS"
|
||||||
echo -e "${DGN}Using DNS Server IP Address: ${BGN}$NS${CL}"
|
echo -e "${DGN}Using DNS Server IP Address: ${BGN}$NX${CL}"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
MAC1=$(whiptail --inputbox "Set a MAC Address(leave blank for default)" 8 58 --title "MAC ADDRESS" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
|
MAC1=$(whiptail --inputbox "Set a MAC Address(leave blank for default)" 8 58 --title "MAC ADDRESS" --cancel-button Exit-Script 3>&1 1>&2 2>&3)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue