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
5f6ec676b3
commit
3a06199255
@ -33,3 +33,5 @@ if [ ! -f "$DUMP" ] || test "`find $DUMP -mtime +30`"; then
|
||||
curl -L -o "$DUMP" -z "$DUMP" "$LINK"
|
||||
unzip -o "$DUMP"
|
||||
fi
|
||||
|
||||
echo 'DONE'
|
||||
|
Loading…
Reference in New Issue
Block a user