Fix Benchmark download port
This commit is contained in:
parent
1f3f6f9ed1
commit
5c2ae9a668
@ -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!"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user