Commit 4ea71e98 authored by 智勇's avatar 智勇

up

parent 91217a9b
...@@ -12,7 +12,7 @@ echo "NAMESPACE is $NAMESPACE" ...@@ -12,7 +12,7 @@ echo "NAMESPACE is $NAMESPACE"
echo "SYSTEM_NAME is $SYSTEM_NAME" echo "SYSTEM_NAME is $SYSTEM_NAME"
host=`curl -s -m 5 "http://172.17.1.7:3003/proconfig/get_info?system_name=${SYSTEM_NAME}&key=host_name"` host=`curl -s -m 5 "http://172.17.1.7:3003/proconfig/get_info?system_name=${SYSTEM_NAME}&key=host_name"`
if [ -z "$host" ]; then if [ -z "$host" ]; then
echo "host is empty,请检查服务 http://172.17.1.7:3003" echo "host is empty,请检查 http://172.17.1.7:3003/proconfig/get_info?system_name=${SYSTEM_NAME}&key=host_name"
exit -1 exit -1
fi fi
......
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