Update debian-v4.sh

This commit is contained in:
tteckster 2022-12-03 13:09:07 -05:00 committed by GitHub
parent d69e76a97d
commit da395cd3d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,8 +202,9 @@ function advanced_settings() {
NS=""
echo -e "${DGN}Using DNS Server IP Address: ${BGN}Host${CL}"
else
NX=$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
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)