added ;; to line 825
Misformated case. Updated correct case
This commit is contained in:
@ -822,6 +822,7 @@ setDNS() {
|
|||||||
echo "FamilyShield servers"
|
echo "FamilyShield servers"
|
||||||
PIHOLE_DNS_1="208.67.222.123"
|
PIHOLE_DNS_1="208.67.222.123"
|
||||||
PIHOLE_DNS_2="208.67.220.123"
|
PIHOLE_DNS_2="208.67.220.123"
|
||||||
|
;;
|
||||||
Custom)
|
Custom)
|
||||||
# Until the DNS settings are selected,
|
# Until the DNS settings are selected,
|
||||||
until [[ "${DNSSettingsCorrect}" = True ]]; do
|
until [[ "${DNSSettingsCorrect}" = True ]]; do
|
||||||
|
Reference in New Issue
Block a user