diff --git a/scripts/update_centos.sh b/scripts/update_centos.sh index 345782db8..7c5a6762b 100755 --- a/scripts/update_centos.sh +++ b/scripts/update_centos.sh @@ -17,6 +17,7 @@ sh /etc/init.d/mw stop \ && rm -rf /www/server/mdserver-web/scripts/init.d/mw \ && rm -rf /etc/init.d/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}'`