mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 06:48:07 +00:00
Remove unused check_database_integrity()
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
2c3fea321b
commit
60c35cb93c
@ -1339,16 +1339,6 @@ database_integrity_check(){
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
check_database_integrity() {
|
|
||||||
echo_current_diagnostic "Gravity Database"
|
|
||||||
database_permissions "${PIHOLE_GRAVITY_DB_FILE}"
|
|
||||||
database_integrity_check "${PIHOLE_GRAVITY_DB_FILE}"
|
|
||||||
|
|
||||||
echo_current_diagnostic "Pi-hole FTL Query Database"
|
|
||||||
database_permissions "${PIHOLE_FTL_DB_FILE}"
|
|
||||||
database_integrity_check "${PIHOLE_FTL_DB_FILE}"
|
|
||||||
}
|
|
||||||
|
|
||||||
# Show a text spinner during a long process run
|
# Show a text spinner during a long process run
|
||||||
spinner(){
|
spinner(){
|
||||||
# Show the spinner only if there is a tty
|
# Show the spinner only if there is a tty
|
||||||
|
Loading…
Reference in New Issue
Block a user