From 87286ef0ca99b7df4bbd6a58ef1efc9371df5f40 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 13 Mar 2019 20:20:00 +0800 Subject: [PATCH] Update update_centos.sh --- scripts/update_centos.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/update_centos.sh b/scripts/update_centos.sh index 5b78718cc..c8148f4e9 100755 --- a/scripts/update_centos.sh +++ b/scripts/update_centos.sh @@ -33,6 +33,8 @@ do done + + echo -e "start mw" cd /www/server/mdserver-web && sh cli.sh start isStart=`ps -ef|grep 'gunicorn -c setting.py app:app' |grep -v grep|awk '{print $2}'`