BLOCKING -> BLOCKING_ENABLED

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2018-08-13 17:22:10 +02:00
parent 4e4d6b5d1f
commit 337cc5ca18
No known key found for this signature in database
GPG key ID: 00135ACBD90B28DD
2 changed files with 7 additions and 7 deletions

View file

@ -78,7 +78,7 @@ fi
# gravity.list.bck and black.list.bck instead of
# gravity.list and black.list
detect_pihole_blocking_status() {
if [[ "${BLOCKING}" == false ]]; then
if [[ "${BLOCKING_ENABLED}" == false ]]; then
echo -e " ${INFO} Pi-hole blocking is disabled"
adList="${adList}.bck"
blackList="${blackList}.bck"