Fixed global update db.

This commit is contained in:
Michael Herzberg 2017-08-15 15:31:30 +01:00
parent 6de7eb4368
commit 116c76a719
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ CRAWLERHOME=${2:-~/ExtensionCrawler}
LOGPREFIX=$ARCHIVE/log/`date --iso-8601=ns`
LOG=$LOGPREFIX-global-db.log
DBARCHIVE=`find $ARCHIVE/.snapshot -maxdepth 1 -mindepth 1 -name "D*" | sort -r | head -n 1`
DBARCHIVE=`find $ARCHIVE/.snapshot -maxdepth 1 -mindepth 1 -name "D*" | head -n 1`
SQLITE=`which sqlite3`