From 2b64281b2619c2cbc75d4ab6a5b282ecd70752c5 Mon Sep 17 00:00:00 2001 From: emkael Date: Thu, 19 Feb 2015 09:21:46 +0100 Subject: * synchronizing compressed and uncompressed dump file dates (allows for update when compressed file was updated before uncompressed file was uncompressed, e.g. manually or in archive fallback) --- fetcher/fetch.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/fetcher/fetch.sh b/fetcher/fetch.sh index 9783751..ae18eeb 100755 --- a/fetcher/fetch.sh +++ b/fetcher/fetch.sh @@ -17,5 +17,6 @@ then echo "Found new ErgastDB version" zcat f1db.sql.gz | sed 's/ ENGINE=MyISAM//' > f1db.sql find -name f1db.sql.gz -printf '%f: %Td-%Tm-%TY %TH:%TM, %s bytes\n' + touch -r f1db.sql.gz f1db.sql fi popd > /dev/null -- cgit v1.2.3