Update install_dev.sh

This commit is contained in:
midoks 2022-11-28 02:06:52 +08:00
parent 38b263e689
commit 34a64eafa2
1 changed files with 0 additions and 2 deletions

View File

@ -73,8 +73,6 @@ fi
echo "use system version: ${OSNAME}"
cd /www/server/mdserver-web && bash scripts/install/${OSNAME}.sh
echo "debug1"
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}'`
n=0