mirror of
https://github.com/pi-hole/pi-hole
synced 2025-02-01 19:01:13 +00:00
Store number of distinct gravity domains in database after counting.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
e0b3405a4d
commit
2a5cf221fa
@ -583,6 +583,7 @@ gravity_Table_Count() {
|
||||
local unique
|
||||
unique="$(sqlite3 "${gravityDBfile}" "SELECT COUNT(DISTINCT domain) FROM ${table};")"
|
||||
echo -e " ${INFO} Number of ${str}: ${num} (${unique} unique domains)"
|
||||
sqlite3 "${gravityDBfile}" "INSERT OR REPLACE INTO info (property,value) VALUES ('gravity_count',${unique});"
|
||||
else
|
||||
echo -e " ${INFO} Number of ${str}: ${num}"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user