From ad6b06edf537bad758ee72576257145ad2b65981 Mon Sep 17 00:00:00 2001 From: themodernhakr Date: Tue, 11 Mar 2025 02:46:12 -0500 Subject: [PATCH] Change command from gzip to jar xvf --- 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 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 )