1
0
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:
Mcat12 2019-05-20 21:02:31 -07:00
parent 03d93aa19a
commit 3f05efd60f
No known key found for this signature in database
GPG Key ID: ABB8FC9789AF524D

View File

@ -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'