Acknowledge temporary file if disabled for "pihole -b" command

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/2356/head
DL6ER 6 years ago
parent 337cc5ca18
commit f794018e0c
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD

@ -13,6 +13,10 @@ 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
addmode=true

Loading…
Cancel
Save