From 2a3bad681b2e41d45866801c91236e00c69bedfe Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Wed, 27 Nov 2024 00:56:23 +0800 Subject: [PATCH] Update install_new.sh --- scripts/install_new.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ];