Remove unneeded curl from netchecker deploy script

This commit is contained in:
Aleksandr Didenko 2016-07-05 15:24:09 +02:00
parent ba2c3f052f
commit a08fb131fb

View file

@ -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"