fix(scripts): fix shell script Pinned-Dependencies problem

Signed-off-by: baijiaruo <baijiaruo@126.com>
This commit is contained in:
baijiaruo 2023-08-09 15:37:11 +08:00 committed by Whale Tang
parent 1349490959
commit 61810424f7
10 changed files with 10 additions and 10 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
curl -v "http://127.0.0.1/admin/getCluster" | python -m json.tool
curl -v "http://127.0.0.1/admin/getCluster"

View File

@ -1,2 +1,2 @@
#!/bin/bash
curl -v "http://127.0.0.1/cluster/stat" | python -m json.tool
curl -v "http://127.0.0.1/cluster/stat"

View File

@ -1,2 +1,2 @@
#!/bin/bash
curl -v "http://127.0.0.1/dataNode/get?addr=127.0.0.1:5000" | python -m json.tool
curl -v "http://127.0.0.1/dataNode/get?addr=127.0.0.1:5000"

View File

@ -1,2 +1,2 @@
#!/bin/bash
curl -v "http://127.0.0.1/dataPartition/get?id=100" | python -m json.tool
curl -v "http://127.0.0.1/dataPartition/get?id=100"

View File

@ -1,2 +1,2 @@
#!/bin/bash
curl -v "http://127.0.0.1/metaNode/get?addr=127.0.0.1:9021" | python -m json.tool
curl -v "http://127.0.0.1/metaNode/get?addr=127.0.0.1:9021"

View File

@ -1,2 +1,2 @@
#!/bin/bash
curl -v "http://127.0.0.1/client/metaPartition?id=1" | python -m json.tool
curl -v "http://127.0.0.1/client/metaPartition?id=1"

View File

@ -1,2 +1,2 @@
#!/bin/bash
curl -v "http://127.0.0.1/metaPartition/load?id=1" | python -m json.tool
curl -v "http://127.0.0.1/metaPartition/load?id=1"

View File

@ -1,2 +1,2 @@
#!/bin/bash
curl -v "http://127.0.0.1/admin/getVol?name=test" | python -m json.tool
curl -v "http://127.0.0.1/admin/getVol?name=test"

View File

@ -1,2 +1,2 @@
#!/bin/bash
curl -v "http://127.0.0.1/client/vol?name=test&authKey=md5(owner)" | python -m json.tool
curl -v "http://127.0.0.1/client/vol?name=test&authKey=md5(owner)"

View File

@ -1,2 +1,2 @@
#!/bin/bash
curl -v "http://127.0.0.1/zone/list" | python -m json.tool
curl -v "http://127.0.0.1/zone/list"