Declare variables local

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2021-12-21 14:00:46 +01:00
parent ab4bce4787
commit b06efb6ab7
No known key found for this signature in database
GPG Key ID: 00135ACBD90B28DD
1 changed files with 2 additions and 1 deletions

View File

@ -849,7 +849,8 @@ gravity_Cleanup() {
}
database_recovery() {
str="Checking integrity of existing gravity database"
local result
local str="Checking integrity of existing gravity database"
echo -ne " ${INFO} ${str}..."
if result="$(pihole-FTL sqlite3 "${gravityDBfile}" "PRAGMA integrity_check" 2>&1)"; then
echo -e "${OVER} ${TICK} ${str} - no errors found"