Fix incomplete comment

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER 2019-02-05 19:08:08 +01:00
parent c3c60e10f1
commit ec5b16ef85
No known key found for this signature in database
GPG key ID: FB60471F0575164A

View file

@ -686,7 +686,7 @@ gravity_Cleanup() {
if ${optimize_database} ; then if ${optimize_database} ; then
str="Optimizing domains database" str="Optimizing domains database"
echo -ne " ${INFO} ${str}..." echo -ne " ${INFO} ${str}..."
# Store # Run VACUUM command on database to optimize it
output=$( { sqlite3 "${gravityDBfile}" <<< "VACUUM;"; } 2>&1 ) output=$( { sqlite3 "${gravityDBfile}" <<< "VACUUM;"; } 2>&1 )
status="$?" status="$?"