1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-17 21:59:55 +00:00

list.sh writes into blacklist.txt not black.list so does not need to account for a possibly changed list location

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2018-08-13 18:53:31 +02:00
parent f794018e0c
commit 165affc39b
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

View File

@ -13,9 +13,6 @@ basename=pihole
piholeDir=/etc/"${basename}"
whitelist="${piholeDir}"/whitelist.txt
blacklist="${piholeDir}"/blacklist.txt
if [[ "${BLOCKING_ENABLED}" == false ]]; then
blacklist="${blacklist}.bck"
fi
readonly regexlist="/etc/pihole/regex.list"
reload=false