mirror of
https://github.com/mitb-archive/filebot
synced 2025-01-10 13:28:02 -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"
|
for DUMP in "omdb.zip" "tvdb.zip" "anidb.gz" "osdb.gz"
|
||||||
do
|
do
|
||||||
if [ ! -f "$DUMP" ]; then
|
if [ ! -f "$DUMP" ]; then
|
||||||
touch -a -m -t 197001010000.00 "$DUMP"
|
touch -a -m -d '1970-01-01 0:00:00' "$DUMP"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user