From 31d665d96245e4012f65ff3f32697919f646e919 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 15 Feb 2023 22:05:16 +0800 Subject: [PATCH] Update install.sh --- scripts/install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/install.sh b/scripts/install.sh index 29c5e53dd..bf3b80246 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -108,6 +108,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