* fix for linux

This commit is contained in:
Reinhard Pointner 2015-05-11 19:51:32 +00:00
parent 5f6ec676b3
commit 3a06199255
1 changed files with 2 additions and 0 deletions

View File

@ -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'