Update install_new.sh

pull/632/head
Mr Chen 5 months ago
parent f7c9d61e8d
commit 2a3bad681b
  1. 2
      scripts/install_new.sh

@ -147,7 +147,7 @@ if [ "${OSNAME}" == "macos" ];then
exit 0
fi
cd /www/server/mdserver-web && bash cli_new.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}'`
n=0
while [ ! -f /etc/rc.d/init.d/mw ];

Loading…
Cancel
Save