diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 2ebc6784..a4a12c4a 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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(){