Change file being downloaded
This commit is contained in:
parent
3a1eed166c
commit
5594a4fb73
@ -90,7 +90,7 @@ if [[ "$ENV" = "dev" || "stag" ]]; then
|
||||
if [[ ! -d "Benchmark" ]]; then
|
||||
file="benchmark-v2-1-0.tar.gz"
|
||||
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.tar.gz" > $file
|
||||
tar -zxvf $file
|
||||
rm $file
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user