diff --git a/server-properties/start.sh b/server-properties/start.sh index cb71c56..0550e43 100755 --- a/server-properties/start.sh +++ b/server-properties/start.sh @@ -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!"