From 34a64eafa2bc910ee3c348733cf12d4dcf2a78d8 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 28 Nov 2022 02:06:52 +0800 Subject: [PATCH] Update install_dev.sh --- scripts/install_dev.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index 8af3c8d84..5b195e0af 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -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