mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-03 12:40:56 +00:00
Add extra newline
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
parent
03d93aa19a
commit
3f05efd60f
@ -1076,6 +1076,7 @@ analyze_gravity_list() {
|
||||
local gravity_size
|
||||
gravity_size=$(sqlite3 "${PIHOLE_GRAVITY_DB_FILE}" "SELECT COUNT(*) FROM vw_gravity")
|
||||
log_write " Size: ${COL_CYAN}${gravity_size}${COL_NC} entries"
|
||||
log_write ""
|
||||
|
||||
OLD_IFS="$IFS"
|
||||
IFS=$'\r\n'
|
||||
|
Loading…
Reference in New Issue
Block a user