1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 23:08:07 +00:00

We can print the table name without any extra check as we already returned early in case there are no results.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2019-05-31 08:39:18 +02:00
parent 5060605626
commit 44f8fcb600
No known key found for this signature in database
GPG Key ID: FB60471F0575164A

View File

@ -128,9 +128,7 @@ scanDatabaseTable() {
wbMatch=true
# Print table name
if [[ ! -z "${result}" ]]; then
echo " ${matchType^} found in ${COL_BOLD}${table^}${COL_NC}"
fi
# Loop over results and print them
mapfile -t results <<< "${result}"