mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 00:08:51 -05:00
* fix for linux
This commit is contained in:
parent
4834d33d2d
commit
42be962fe9
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user