From 08e4d273b83543961bfdabe0a88957848a3c080f Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 10 Jun 2022 17:15:49 +0800 Subject: [PATCH] Update ubuntu.sh --- scripts/update/ubuntu.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/update/ubuntu.sh b/scripts/update/ubuntu.sh index 8d720a3b0..2a88b655c 100644 --- a/scripts/update/ubuntu.sh +++ b/scripts/update/ubuntu.sh @@ -35,8 +35,6 @@ pip3 install flask_socketio gevent-websocket sh /etc/init.d/mw stop && rm -rf /www/server/mdserver-web/scripts/init.d/mw && rm -rf /etc/init.d/mw - - echo -e "stop mw" isStart=`ps -ef|grep 'gunicorn -c setting.py app:app' |grep -v grep|awk '{print $2}'` port=$(cat /www/server/mdserver-web/data/port.pl)