Commit 16dfba4a authored by 白秀江's avatar 白秀江

更新project-deploy.sh

parent 962514f8
...@@ -44,7 +44,7 @@ function check() { ...@@ -44,7 +44,7 @@ function check() {
# #
function weight() { function weight() {
echo "http://172.17.173.227:28089/api/deploy/slb/controlSLB?ipStrList=$2&vGroupId=$3&weight=$4" echo "http://172.17.173.227:28089/api/deploy/slb/controlSLB?ipStrList=$2&vGroupId=$3&weight=$4"
curl -v http://172.17.173.227:28089/api/deploy/slb/controlSLB?ipStrList=$2&vGroupId=$3&weight=$4 curl http://172.17.173.227:28089/api/deploy/slb/controlSLB?ipStrList=$2&vGroupId=$3&weight=$4
return; return;
} }
if [ $1 -z ]; then if [ $1 -z ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment