mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Fix incomplete comment
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
c3c60e10f1
commit
ec5b16ef85
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue