From d18e064d21a67cfd116538cb5360660fdfc1f90a Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Sat, 30 Jan 2016 16:30:38 -0800 Subject: [PATCH] Remove no longer needed change to config file Config file moved, no longer needed command removed. --- automated install/basic-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 59566561..cbf36900 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -333,7 +333,6 @@ installConfigs() { versionCheckDNSmasq $SUDO mv /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.orig $SUDO cp /etc/.pihole/advanced/lighttpd.conf /etc/lighttpd/lighttpd.conf - $SUDO sed -i "s/@INT@/$piholeInterface/" /etc/dnsmasq.conf $SUDO echo " done." }