mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Add extra newline
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
parent
03d93aa19a
commit
3f05efd60f
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue