Commit 2b40208e authored by 黎博's avatar 黎博

查看pod dns

parent 50008a26
#!/bin/bash
echo "start run java"
current="/home/quant_group"
echo "current: ${current}"
......@@ -70,6 +69,7 @@ source ~/.bashrc
# echo "获取start_command异常,请检查 http://qaapi.liangkebang.com/proconfig/get_info?system_name=${SYSTEM_NAME}&key=start_command"
# exit -1
# fi
cat /etc/resolv.conf
startCmd=`curl -s -m 5 "http://holmes.liangkebang.com/docker/project/get_info?projectName=${SYSTEM_NAME}&key=start_command"`
if [[ "$startCmd" == "" ]]; then
echo "获取start_command异常,请检查 http://holmes.liangkebang.com/docker/project/get_info?projectName=${SYSTEM_NAME}&key=start_command"
......
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