mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 06:48:07 +00:00
Fix gravity database integrity check
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
7eff36b3bb
commit
40f00c6f0b
@ -1277,7 +1277,7 @@ analyze_gravity_list() {
|
||||
|
||||
# if users want to check database integrity
|
||||
if [[ "${CHECK_DATABASE}" = true ]]; then
|
||||
database_integrity_check "${PIHOLE_FTL_DB_FILE}"
|
||||
database_integrity_check "${PIHOLE_GRAVITY_DB_FILE}"
|
||||
fi
|
||||
|
||||
show_db_entries "Info table" "SELECT property,value FROM info" "20 40"
|
||||
|
Loading…
Reference in New Issue
Block a user