1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

ugh. pihole.conf.

This commit is contained in:
Promofaux 2016-10-15 20:09:38 +01:00
parent 51c4c51d9e
commit 7ee1110351

View File

@ -54,10 +54,9 @@ supernova=${basename}.1.supernova.txt
eventHorizon=${basename}.2.eventHorizon.txt eventHorizon=${basename}.2.eventHorizon.txt
accretionDisc=${basename}.3.accretionDisc.txt accretionDisc=${basename}.3.accretionDisc.txt
# After setting defaults, check if there's local overrides # Warn users still using pihole.conf that it no longer has any effect (I imagine about 2 people use it)
if [[ -r ${piholeDir}/pihole.conf ]];then if [[ -r ${piholeDir}/pihole.conf ]];then
echo "::: Local calibration requested..." echo "::: pihole.conf file no longer supported. Over-rides in this file are ignored."
. ${piholeDir}/pihole.conf
fi fi
########################### ###########################