Commit f5f72f13 authored by 智勇's avatar 智勇

up

parent cdbd1cbb
...@@ -30,8 +30,10 @@ rm -rf ${package_path}/dist.tgz ...@@ -30,8 +30,10 @@ rm -rf ${package_path}/dist.tgz
echo "start cmd from 172.30.220.22:3003" echo "start cmd from 172.30.220.22:3003"
curl -s "http://172.30.220.22:3003/proconfig/get_info?system_name=${SYSTEM_NAME}&key=start_command" | sh curl -s "http://172.30.220.22:3003/proconfig/get_info?system_name=${SYSTEM_NAME}&key=start_command" | sh
pm2 show 0
echo "sleep 3" echo "sleep 3"
sleep 3 sleep 30
if ls ./*log 1> /dev/null 2>&1; then if ls ./*log 1> /dev/null 2>&1; then
echo "ls -l ./logs" echo "ls -l ./logs"
......
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