Change host and port for Benchmark download

This commit is contained in:
themodernhakr 2025-03-11 02:15:25 -05:00
parent a0981f0c81
commit 1f3f6f9ed1

View File

@ -88,8 +88,8 @@ if [[ "$ENV" = "dev" || "stag" ]]; then
source ./config/server-properties/helpers/curl.sh source ./config/server-properties/helpers/curl.sh
cd ./world/datapacks cd ./world/datapacks
if [[ ! -f benchmark-v2-1-0.zip ]]; then if [[ ! -f benchmark-v2-1-0.zip ]]; then
"missing Benchmark v2, downloading..." echo "missing Benchmark v2, downloading..."
__curl "https://files.ferdin.land/ferdinland/devtools/benchmark-v2-1-0.zip" > benchmark-v2-1-0.zip __curl "http://nginxwebdav:32080/ferdinland/devtools/benchmark-v2-1-0.zip" > benchmark-v2-1-0.zip
fi fi
) )
echo "devltools all good!" echo "devltools all good!"