* 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"
|
curl -L -o "$DUMP" -z "$DUMP" "$LINK"
|
||||||
unzip -o "$DUMP"
|
unzip -o "$DUMP"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo 'DONE'
|
||||||
|
|
Loading…
Reference in New Issue