1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

Merge pull request #2182 from RamSet/tweak/removeDoubleFound

Minor correction for double instance of the word "found".
This commit is contained in:
Adam Warner 2018-05-14 19:29:57 +01:00 committed by GitHub
commit 328fb70e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
pihole
View File

@ -232,7 +232,7 @@ Options:
# Handle notices
if [[ -z "${wbMatch:-}" ]] && [[ -z "${wcMatch:-}" ]] && [[ -z "${results[*]}" ]]; then
echo -e " ${INFO} No ${exact/t/t }results found for ${COL_BOLD}${domainQuery}${COL_NC} found within block lists"
echo -e " ${INFO} No ${exact/t/t }results found for ${COL_BOLD}${domainQuery}${COL_NC} within the block lists"
exit 0
elif [[ -z "${results[*]}" ]]; then
# Result found in WL/BL/Wildcards