1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* fix for linux

This commit is contained in:
Reinhard Pointner 2015-05-11 19:23:54 +00:00
parent 4834d33d2d
commit 42be962fe9

View File

@ -4,7 +4,7 @@
for DUMP in "omdb.zip" "tvdb.zip" "anidb.gz" "osdb.gz"
do
if [ ! -f "$DUMP" ]; then
touch -a -m -t 197001010000.00 "$DUMP"
touch -a -m -d '1970-01-01 0:00:00' "$DUMP"
fi
done