Update install_dev.sh

pull/278/head
midoks 2 years ago
parent 38b263e689
commit 34a64eafa2
  1. 2
      scripts/install_dev.sh

@ -73,8 +73,6 @@ fi
echo "use system version: ${OSNAME}" echo "use system version: ${OSNAME}"
cd /www/server/mdserver-web && bash scripts/install/${OSNAME}.sh cd /www/server/mdserver-web && bash scripts/install/${OSNAME}.sh
echo "debug1"
cd /www/server/mdserver-web && bash cli.sh start 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 -ef|grep 'gunicorn -c setting.py app:app' |grep -v grep|awk '{print $2}'`
n=0 n=0

Loading…
Cancel
Save