Update update_centos.sh

This commit is contained in:
Mr Chen 2019-03-14 14:21:14 +08:00
parent d6dcf0f2a4
commit 8564153400
1 changed files with 0 additions and 2 deletions

View File

@ -33,8 +33,6 @@ 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}'`