From 8564153400a73cd1151dc57ed38e7a4fe82763dd Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Thu, 14 Mar 2019 14:21:14 +0800 Subject: [PATCH] Update update_centos.sh --- scripts/update_centos.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/update_centos.sh b/scripts/update_centos.sh index edd0fd95f..aee726d7a 100755 --- a/scripts/update_centos.sh +++ b/scripts/update_centos.sh @@ -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}'`