Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDL6ER <dl6er@dl6er.de>2019-07-03 08:56:10 +0300
committerDL6ER <dl6er@dl6er.de>2019-07-03 08:56:10 +0300
commit1fe3507bc5e5e76109eecd9bd025dd024abf858f (patch)
tree05de99fc5c93fb1d1c9e69681799b5df57c2d5db /advanced/Scripts/query.sh
parent23b3a9a650d49afd8a1fd945f88415c659cce0d9 (diff)
Adlists table was renamed to Adlist. Adapt further places in the code to match the new name.
Signed-off-by: DL6ER <dl6er@dl6er.de>
Diffstat (limited to 'advanced/Scripts/query.sh')
-rwxr-xr-xadvanced/Scripts/query.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced/Scripts/query.sh b/advanced/Scripts/query.sh
index 42ea4395..af5ae0a8 100755
--- a/advanced/Scripts/query.sh
+++ b/advanced/Scripts/query.sh
@@ -201,7 +201,7 @@ fi
# Get adlist file content as array
if [[ -n "${adlist}" ]] || [[ -n "${blockpage}" ]]; then
# Retrieve source URLs from gravity database
- mapfile -t adlists <<< "$(sqlite3 "${gravityDBfile}" "SELECT address FROM vw_adlists;" 2> /dev/null)"
+ mapfile -t adlists <<< "$(sqlite3 "${gravityDBfile}" "SELECT address FROM vw_adlist;" 2> /dev/null)"
fi
# Print "Exact matches for" title