Commit 9210363f authored by chen.weican's avatar chen.weican

【修改内容】后台进程检测脚本修改

【提交人】陈伟灿
parent db32bc8e
......@@ -15,7 +15,7 @@ PIDS=`ps|grep kcloud |grep -v grep | awk '{print $1}'`
if [ "$PIDS" != "" ]; then
echo "kcloud is runing!"
else
/home/kk/kk_midware >/dev/null 2>&1 &
/home/kk/kcloud >/dev/null 2>&1 &
#运行进程
fi
done
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