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:45:27 +0300
committerGitHub <noreply@github.com>2018-06-15 07:45:27 +0300
commit23adbf9540dbe1034a87d81adc15d7b03f609a51 (patch)
treedc0750215ce80936b124d2f0276a046b02b9577f /advanced/Scripts/query.sh
parenta7347238e6b22a9b78addef55809d59be7ca9e65 (diff)
remove quotes
Signed-off-by: Rob Gill <rrobgill@protonmail.com>
Diffstat (limited to 'advanced/Scripts/query.sh')
-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 f9d25511..5dc80f6b 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 "$adListsList" was not found${COL_NC}"
+ echo -e "${COL_LIGHT_RED}The file $adListsList was not found${COL_NC}"
exit 1
fi