1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 23:08:07 +00:00

No need to modify lighttpd config file, since we overwrite it anyways

This commit is contained in:
DL6ER 2016-12-06 08:43:24 +01:00
parent ca9321624c
commit 5374f652dd

View File

@ -964,9 +964,6 @@ accountForRefactor() {
sed -i 's/piholeDNS1/PIHOLE_DNS_1/g' ${setupVars}
sed -i 's/piholeDNS2/PIHOLE_DNS_2/g' ${setupVars}
# Account for change in lighttpd config file
sed -i 's:pihole/index.html:pihole/index.php:' ${lighttpdConfig}
}
updatePihole() {