Change command from gzip to jar xvf
This commit is contained in:
parent
852649ac04
commit
ad6b06edf5
@ -91,7 +91,7 @@ if [[ "$ENV" = "dev" || "stag" ]]; then
|
|||||||
file="benchmark-v2-1-0.zip"
|
file="benchmark-v2-1-0.zip"
|
||||||
echo "missing Benchmark v2, downloading..."
|
echo "missing Benchmark v2, downloading..."
|
||||||
__curl "http://nginxwebdav:80/ferdinland/devtools/benchmark-v2-1-0.zip" > $file
|
__curl "http://nginxwebdav:80/ferdinland/devtools/benchmark-v2-1-0.zip" > $file
|
||||||
gunzip $file
|
jar xvf $file
|
||||||
rm $file
|
rm $file
|
||||||
fi
|
fi
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user