Commit 9958d6d5 authored by qa_quantgroup's avatar qa_quantgroup

update

parent 051e2490
...@@ -42,8 +42,11 @@ function ack() ...@@ -42,8 +42,11 @@ function ack()
exit 0 exit 0
else else
echo "server $ip $project not startup in ${max_wait_ack_time} seconds..." echo "server $ip $project not startup in ${max_wait_ack_time} seconds..."
echo "server $ip $project 启动日志错误信息截取如下:"
#echo "num=`grep -n \"\[ERROR\]\" $log_path | head -1 |cut -d ":" -f 1`"
num=`grep -n "\[ERROR\]" $log_path | head -1 |cut -d ":" -f 1` num=`grep -n "\[ERROR\]" $log_path | head -1 |cut -d ":" -f 1`
sed -n "$num,$[$num+10]p" $log_path #echo "sed -n "$[$num-3],$[$num+10]p" $log_path"
sed -n "$[$num-3],$[$num+10]p" $log_path
exit -1 exit -1
fi fi
done done
......
...@@ -104,7 +104,7 @@ new pClass().init(true, "java", "7074", "", "account-center",false, "QG", "accou ...@@ -104,7 +104,7 @@ new pClass().init(true, "java", "7074", "", "account-center",false, "QG", "accou
// ui---- // ui----
new pClass().init(true, "ui", "7032", "", "op-ui", false, "QG", null, "src/js/env.config.js", "npm run build", "node7", 1, "运营系统-ui", "", "", ""); new pClass().init(true, "ui", "7032", "", "op-ui", false, "QG", null, "src/js/env.config.js", "npm run build", "node7", 1, "运营系统-ui", "", "", "");
new pClass().init(true, "ui", "7040", "", "activity-ui", false, "QG", null, "src/app/config.js", "npm run build", "node7", 1, "活动中心-ui", "", "", ""); new pClass().init(true, "ui", "7040", "", "activity-ui", false, "QG", null, "src/app/config.js", "npm run qa", "node7", 1, "活动中心-ui", "", "", "");
new pClass().init(true, "ui", "7011", "financial.xyqb.com", "financial-system-ui", false, "QG", null, "src/js/env.config.js", "npm run build", "node7", 1, "财务系统-ui", "", "", ""); new pClass().init(true, "ui", "7011", "financial.xyqb.com", "financial-system-ui", false, "QG", null, "src/js/env.config.js", "npm run build", "node7", 1, "财务系统-ui", "", "", "");
new pClass().init(true, "ui", "7030", "", "gyxd-ui", false, "QG", null, "src/js/env.config.js", "npm run build", "node7", 1, "广源小贷-ui", "", ""); new pClass().init(true, "ui", "7030", "", "gyxd-ui", false, "QG", null, "src/js/env.config.js", "npm run build", "node7", 1, "广源小贷-ui", "", "");
new pClass().init(true, "ui", "7008", "off.xyqb.com", "offline-ui", false, "QG", null, "src/app/config/env.config.js", "npm run build", "node7", 1, "线下白条-ui", "", "", ""); new pClass().init(true, "ui", "7008", "off.xyqb.com", "offline-ui", false, "QG", null, "src/app/config/env.config.js", "npm run build", "node7", 1, "线下白条-ui", "", "", "");
......
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