From 811fa4a40df1c333b8c2457bc2b9ccf6b5f8edeb Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 15 Feb 2023 22:04:58 +0800 Subject: [PATCH] Update install_dev.sh --- scripts/install_dev.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index 2287b794b..d3a40b5a1 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -94,6 +94,11 @@ fi echo "use system version: ${OSNAME}" cd /www/server/mdserver-web && bash scripts/install/${OSNAME}.sh +if [ "${OSNAME}" == "macos" ];then + echo "macos end" + exit 0 +fi + 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