mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-11 14:34:44 +00:00
added ;; to line 825
Misformated case. Updated correct case
This commit is contained in:
parent
2895b9bfb7
commit
30af6e73be
1 changed files with 1 additions and 0 deletions
|
@ -822,6 +822,7 @@ setDNS() {
|
|||
echo "FamilyShield servers"
|
||||
PIHOLE_DNS_1="208.67.222.123"
|
||||
PIHOLE_DNS_2="208.67.220.123"
|
||||
;;
|
||||
Custom)
|
||||
# Until the DNS settings are selected,
|
||||
until [[ "${DNSSettingsCorrect}" = True ]]; do
|
||||
|
|
Loading…
Reference in a new issue