mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-03 12:40:56 +00:00
Fix incomplete comment
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
c3c60e10f1
commit
ec5b16ef85
@ -686,7 +686,7 @@ gravity_Cleanup() {
|
||||
if ${optimize_database} ; then
|
||||
str="Optimizing domains database"
|
||||
echo -ne " ${INFO} ${str}..."
|
||||
# Store
|
||||
# Run VACUUM command on database to optimize it
|
||||
output=$( { sqlite3 "${gravityDBfile}" <<< "VACUUM;"; } 2>&1 )
|
||||
status="$?"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user