Change host and port for Benchmark download
This commit is contained in:
parent
a0981f0c81
commit
1f3f6f9ed1
@ -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!"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user