Update freebsd.sh

This commit is contained in:
midoks 2023-08-24 20:58:26 +08:00
parent 730bc7171b
commit e02c52df49
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ fi
echo -e "start mw"
cd /www/server/mdserver-web && bash cli.sh start
isStart=`ps -ef|grep 'gunicorn -c setting.py app:app' |grep -v grep|awk '{print $2}'`
isStart=`ps -aux|grep 'gunicorn -c setting.py app:app' |grep -v grep|awk '{print $2}'`
n=0
while [[ ! -f /etc/rc.d/init.d/mw ]];
do