mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Minor grammar changes
Signed-off-by: MMotti <matthew.w.motti@gmail.com>
This commit is contained in:
parent
7613e94ef6
commit
cf21efa103
1 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ if [[ -n "${str_regexlist}" ]]; then
|
|||
# If there are matches to the domain query
|
||||
if [[ -n "${results[*]}" ]]; then
|
||||
# Form output strings
|
||||
str="${matchType^} found in ${COL_BOLD}regex list${COL_NC}"
|
||||
str="${matchType^} found in ${COL_BOLD}Regex list${COL_NC}"
|
||||
result="${COL_BOLD}$(IFS=$'\n'; echo "${results[*]}")${COL_NC}"
|
||||
|
||||
if [[ -z "${blockpage}" ]]; then
|
||||
|
@ -154,7 +154,7 @@ if [[ -n "${str_regexlist}" ]]; then
|
|||
fi
|
||||
|
||||
case "${blockpage}" in
|
||||
true ) echo "π regex list"; exit 0;;
|
||||
true ) echo "π Regex list"; exit 0;;
|
||||
* ) awk '{print " "$0}' <<< "${result}";;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue