From b194d41a998327c4cd3116088414bf5eb358ca28 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 17 Feb 2012 21:25:59 +1100 Subject: [PATCH] fix VACUUM to run on correct db --- daily.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daily.sh b/daily.sh index 8bc5304e..9441b383 100755 --- a/daily.sh +++ b/daily.sh @@ -6,7 +6,7 @@ set -x ( date set -x -sqlite3 `dirname $0`/hostdb.sqlite 'VACUUM;' +sqlite3 `dirname $0`/db/hostdb.sqlite 'VACUUM;' cd `dirname $0` && ./mail-dead-hosts.py echo "deleting old file that are not used any more" -- 2.34.1