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