Remove no longer needed change to config file

Config file moved, no longer needed command removed.
This commit is contained in:
Dan Schaper 2016-01-30 16:30:38 -08:00
parent 0cfb3c7ab4
commit d18e064d21

View file

@ -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."
}