From 5594a4fb73118e24593e6a61cda3508cb738b3de Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Tue, 11 Mar 2025 03:18:35 -0500 Subject: [PATCH] Change file being downloaded --- server-properties/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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