From 8fc83655ab534d6d5fef53bc3c30cf5641df1b18 Mon Sep 17 00:00:00 2001 From: Promofaux Date: Fri, 19 Aug 2016 22:38:16 +0100 Subject: [PATCH] correct filename spelling mistake --- automated install/basic-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(){