Remove unneeded curl from netchecker deploy script
This commit is contained in:
parent
ba2c3f052f
commit
a08fb131fb
1 changed files with 0 additions and 1 deletions
|
@ -31,7 +31,6 @@ pushd netchecker-agent
|
||||||
popd
|
popd
|
||||||
|
|
||||||
echo "DONE"
|
echo "DONE"
|
||||||
curl -s -X GET 'http://localhost:31081/api/v1/agents/' | python -mjson.tool
|
|
||||||
echo
|
echo
|
||||||
echo "use the following command to check agents:"
|
echo "use the following command to check agents:"
|
||||||
echo "curl -s -X GET 'http://localhost:31081/api/v1/agents/' | python -mjson.tool"
|
echo "curl -s -X GET 'http://localhost:31081/api/v1/agents/' | python -mjson.tool"
|
||||||
|
|
Loading…
Reference in a new issue