Fix Benchmark download port

This commit is contained in:
themodernhakr 2025-03-11 02:25:08 -05:00
parent 1f3f6f9ed1
commit 5c2ae9a668

View File

@ -89,7 +89,7 @@ if [[ "$ENV" = "dev" || "stag" ]]; then
cd ./world/datapacks
if [[ ! -f benchmark-v2-1-0.zip ]]; then
echo "missing Benchmark v2, downloading..."
__curl "http://nginxwebdav:32080/ferdinland/devtools/benchmark-v2-1-0.zip" > benchmark-v2-1-0.zip
__curl "http://nginxwebdav:80/ferdinland/devtools/benchmark-v2-1-0.zip" > benchmark-v2-1-0.zip
fi
)
echo "devltools all good!"