From 5a7b2512ac83829b84a9366f988d9f16db577b2c Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 11 Nov 2022 03:30:25 +0800 Subject: [PATCH] Update install_dev.sh --- scripts/install_dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index 4fadb3781..cd82fa542 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -78,7 +78,7 @@ cd /www/server/mdserver-web && bash scripts/install/${OSNAME}.sh cd /www/server/mdserver-web && ./cli.sh start isStart=`ps -ef|grep 'gunicorn -c setting.py app:app' |grep -v grep|awk '{print $2}'` n=0 -while [[ ! -f /etc/init.d/mw ]]; +while [[ ! -f /etc/rc.d/init.d/mw ]]; do echo -e ".\c" sleep 1