Commit d8bd1dc7 authored by 白秀江's avatar 白秀江

Update project-deploy.sh

parent de230e45
...@@ -75,8 +75,8 @@ function check() { ...@@ -75,8 +75,8 @@ function check() {
# $3 weight 权重 # $3 weight 权重
# #
function weight() { function weight() {
echo "http://172.17.173.227:28089/api/deploy/slb/controlSLB?ipStrList=$IP&vGroupId=$2&weight=$3" echo "http://internal.jump.ibreader.com/api/deploy/slb/controlSLB?ipStrList=$IP&vGroupId=$2&weight=$3"
curl "http://172.17.173.227:28089/api/deploy/slb/controlSLB?ipStrList=$IP&vGroupId=$2&weight=$3" curl "http://internal.jump.ibreader.com/api/deploy/slb/controlSLB?ipStrList=$IP&vGroupId=$2&weight=$3"
} }
# 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