Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian König <ckoenig@posteo.de>2022-09-18 14:08:44 +0300
committerChristian König <ckoenig@posteo.de>2022-09-18 14:08:44 +0300
commit60c35cb93c3799df76dd277e7fa984f679144b3a (patch)
tree2c071be5119a0fe442dead36cf129b36b303f4a0
parent2c3fea321bcf51616d6ab1ddac70221151f09aad (diff)
Remove unused check_database_integrity()
Signed-off-by: Christian König <ckoenig@posteo.de>
-rwxr-xr-xadvanced/Scripts/piholeDebug.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/advanced/Scripts/piholeDebug.sh b/advanced/Scripts/piholeDebug.sh
index 1edb1e38..ab16d7ff 100755
--- a/advanced/Scripts/piholeDebug.sh
+++ b/advanced/Scripts/piholeDebug.sh
@@ -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
spinner(){
# Show the spinner only if there is a tty