From a21948d2c69e4f929033affedc83d7e9d2926796 Mon Sep 17 00:00:00 2001 From: Chad Howell Date: Mon, 25 Jan 2016 01:09:45 -0500 Subject: [PATCH] Typo fix Typo fix --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index a165cb0e..4a479749 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -280,7 +280,7 @@ setDNS(){ esac } -+versionCheckDNSmasq(){ +versionCheckDNSmasq(){ # Check if /etc/dnsmasq.conf is from pihole. If so replace with an original and install new in .d directory dnsFile="/etc/dnsmasq.conf" dnsSearch="addn-hosts=/etc/pihole/gravity.list"