diff --git a/server-properties/start.sh b/server-properties/start.sh index 7467bec..4be01c9 100755 --- a/server-properties/start.sh +++ b/server-properties/start.sh @@ -91,7 +91,7 @@ if [[ "$ENV" = "dev" || "stag" ]]; then file="benchmark-v2-1-0.zip" echo "missing Benchmark v2, downloading..." __curl "http://nginxwebdav:80/ferdinland/devtools/benchmark-v2-1-0.zip" > $file - gunzip $file + jar xvf $file rm $file fi )