Stickler Lint - quote to prevent splitting

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
This commit is contained in:
Dan Schaper 2020-02-16 19:24:05 -08:00
parent bc91be6c08
commit c5c414a7a2
No known key found for this signature in database
GPG key ID: B4FF14C01CC08DC0

View file

@ -1132,7 +1132,7 @@ analyze_gravity_list() {
show_db_entries "Info table" "SELECT property,value FROM info" "20 40"
gravity_updated_raw="$(sqlite3 "${PIHOLE_GRAVITY_DB_FILE}" "SELECT value FROM info where property = 'updated'")"
gravity_updated="$(date -d @${gravity_updated_raw})"
gravity_updated="$(date -d @"${gravity_updated_raw}")"
log_write " Last gravity run finished at: ${COL_CYAN}${gravity_updated}${COL_NC}"
log_write ""