mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-25 14:20:18 +00:00
Stickler fix
Signed-off-by: MMotti <matthew.w.motti@gmail.com>
This commit is contained in:
parent
54bfaa28c1
commit
97df6d7415
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ if [[ -e "${regexlist}" ]]; then
|
||||||
if [[ -n "${results[*]}" ]]; then
|
if [[ -n "${results[*]}" ]]; then
|
||||||
# A result is found
|
# A result is found
|
||||||
str="Phrase ${matchType}ed within ${COL_BOLD}regex list${COL_NC}"
|
str="Phrase ${matchType}ed within ${COL_BOLD}regex list${COL_NC}"
|
||||||
result="${COL_BOLD}$(printf '%s\n' ${results[*]})${COL_NC}"
|
result="${COL_BOLD}$(IFS=$'\n'; echo "${results[*]}")${COL_NC}"
|
||||||
|
|
||||||
if [[ -z "${blockpage}" ]]; then
|
if [[ -z "${blockpage}" ]]; then
|
||||||
wcMatch=true
|
wcMatch=true
|
||||||
|
|
Loading…
Reference in a new issue