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