From: Andrew Bartlett Date: Fri, 17 Feb 2012 10:25:59 +0000 (+1100) Subject: fix VACUUM to run on correct db X-Git-Url: http://git.samba.org/?p=build-farm.git;a=commitdiff_plain;h=b194d41a998327c4cd3116088414bf5eb358ca28 fix VACUUM to run on correct db --- 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"