Boldify number of unique domains as this is the actually interesting number

Signed-off-by: DL6ER <dl6er@dl6er.de>
pull/3289/head
DL6ER 4 years ago
parent 471006676c
commit fa57c457f3
No known key found for this signature in database
GPG Key ID: FB60471F0575164A

@ -640,7 +640,7 @@ gravity_Table_Count() {
if [[ "${table}" == "vw_gravity" ]]; then
local unique
unique="$(sqlite3 "${gravityDBfile}" "SELECT COUNT(DISTINCT domain) FROM ${table};")"
echo -e " ${INFO} Number of ${str}: ${num} (${unique} unique domains)"
echo -e " ${INFO} Number of ${str}: ${num} (${COL_BOLD}${unique} unique domains${COL_NC})"
sqlite3 "${gravityDBfile}" "INSERT OR REPLACE INTO info (property,value) VALUES ('gravity_count',${unique});"
else
echo -e " ${INFO} Number of ${str}: ${num}"

Loading…
Cancel
Save