DNS whiptail from radio to menu

This commit is contained in:
Dan Schaper 2017-01-21 16:14:05 -08:00
parent 34ad2157dd
commit eaf6938c35
No known key found for this signature in database
GPG Key ID: 572E999E385B7BFC
1 changed files with 7 additions and 7 deletions

View File

@ -432,13 +432,13 @@ valid_ip() {
setDNS() {
local DNSSettingsCorrect
DNSChooseOptions=(Google "" on
OpenDNS "" off
Level3 "" off
Norton "" off
Comodo "" off
Custom "" off)
DNSchoices=$(whiptail --separate-output --radiolist "Select Upstream DNS Provider. To use your own, select Custom." ${r} ${c} 6 \
DNSChooseOptions=(Google ""
OpenDNS ""
Level3 ""
Norton ""
Comodo ""
Custom "")
DNSchoices=$(whiptail --separate-output --menu "Select Upstream DNS Provider. To use your own, select Custom." ${r} ${c} 6 \
"${DNSChooseOptions[@]}" 2>&1 >/dev/tty) || \
{ echo "::: Cancel selected. Exiting"; exit 1; }
case ${DNSchoices} in