mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-13 19:28:59 +00:00
Stickler fix
Signed-off-by: MMotti <matthew.w.motti@gmail.com>
This commit is contained in:
parent
54bfaa28c1
commit
97df6d7415
@ -137,7 +137,7 @@ if [[ -e "${regexlist}" ]]; then
|
||||
if [[ -n "${results[*]}" ]]; then
|
||||
# A result is found
|
||||
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
|
||||
wcMatch=true
|
||||
|
Loading…
Reference in New Issue
Block a user