diff --git a/scripts/install_new.sh b/scripts/install_new.sh index 71ca2fb51..608a2d556 100755 --- a/scripts/install_new.sh +++ b/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 ];