mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-19 22:00:11 +00:00
correct filename spelling mistake
This commit is contained in:
parent
9fb549293a
commit
8fc83655ab
1 changed files with 2 additions and 2 deletions
|
@ -484,8 +484,8 @@ setDNS(){
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
${SUDO} echo "piholeDNS1=${piholeDNS1}" >> /etc/pihole/setupVars/conf
|
${SUDO} echo "piholeDNS1=${piholeDNS1}" >> /etc/pihole/setupVars.conf
|
||||||
${SUDO} echo "piholeDNS2=${piholeDNS2}" >> /etc/pihole/setupVars/conf
|
${SUDO} echo "piholeDNS2=${piholeDNS2}" >> /etc/pihole/setupVars.conf
|
||||||
}
|
}
|
||||||
|
|
||||||
versionCheckDNSmasq(){
|
versionCheckDNSmasq(){
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue