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}'`