diff --git a/server-properties/start.sh b/server-properties/start.sh index c8ca419..fce89b6 100755 --- a/server-properties/start.sh +++ b/server-properties/start.sh @@ -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