PromoFaux request: Detailed adlists.list output

Now tells user (and logs to pihole_Debug.log) that the adlists.default file is in use
This commit is contained in:
nate 2016-03-30 19:49:39 -05:00
parent 3e20f5dd3c
commit ec4d2d65a6

View file

@ -258,8 +258,8 @@ then
cat "$ADLISTSFILE" >> $DEBUG_LOG
echo >> $DEBUG_LOG
else
echo "No adlists.list file found!" >> $DEBUG_LOG
printf ":::\tNo adlists.list file found!\n"
echo "No adlists.list file found... using adlists.default!" >> $DEBUG_LOG
printf ":::\tNo adlists.list file found... using adlists.default!\n"
fi