mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +00:00
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:
parent
3e20f5dd3c
commit
ec4d2d65a6
@ -258,8 +258,8 @@ then
|
|||||||
cat "$ADLISTSFILE" >> $DEBUG_LOG
|
cat "$ADLISTSFILE" >> $DEBUG_LOG
|
||||||
echo >> $DEBUG_LOG
|
echo >> $DEBUG_LOG
|
||||||
else
|
else
|
||||||
echo "No adlists.list file found!" >> $DEBUG_LOG
|
echo "No adlists.list file found... using adlists.default!" >> $DEBUG_LOG
|
||||||
printf ":::\tNo adlists.list file found!\n"
|
printf ":::\tNo adlists.list file found... using adlists.default!\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user