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:
authorRob Gill <rrobgill@protonmail.com>2018-06-15 07:42:30 +0300
committerGitHub <noreply@github.com>2018-06-15 07:42:30 +0300
commita7347238e6b22a9b78addef55809d59be7ca9e65 (patch)
tree2d56a6e5fd20385dde58976ecefc6f53495e3950 /advanced
parentbf5566649251273f5be5a25593c40f73dfaa7c1d (diff)
$adListsList replace filename in text
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
Diffstat (limited to 'advanced')
-rw-r--r--advanced/Scripts/query.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced/Scripts/query.sh b/advanced/Scripts/query.sh
index e1cd6457..f9d25511 100644
--- a/advanced/Scripts/query.sh
+++ b/advanced/Scripts/query.sh
@@ -57,7 +57,7 @@ Options:
fi
if [[ ! -e "$adListsList" ]]; then
- echo -e "${COL_LIGHT_RED}The file '/etc/pihole/adlists.list' was not found${COL_NC}"
+ echo -e "${COL_LIGHT_RED}The file "$adListsList" was not found${COL_NC}"
exit 1
fi