mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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
|
||||
fi
|
||||
|
||||
${SUDO} echo "piholeDNS1=${piholeDNS1}" >> /etc/pihole/setupVars/conf
|
||||
${SUDO} echo "piholeDNS2=${piholeDNS2}" >> /etc/pihole/setupVars/conf
|
||||
${SUDO} echo "piholeDNS1=${piholeDNS1}" >> /etc/pihole/setupVars.conf
|
||||
${SUDO} echo "piholeDNS2=${piholeDNS2}" >> /etc/pihole/setupVars.conf
|
||||
}
|
||||
|
||||
versionCheckDNSmasq(){
|
||||
|
|
Loading…
Reference in a new issue