From 798f413d6e3fb5fa13155268a4a6b2200e24eb7d Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 11 Nov 2022 03:31:12 +0800 Subject: [PATCH] Update install.sh --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index 0e07a0f19..c74335f33 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -87,7 +87,7 @@ cd /www/server/mdserver-web && bash /etc/rc.d/init.d/mw start cd /www/server/mdserver-web && bash /etc/rc.d/init.d/mw default if [ ! -e /usr/bin/mw ]; then - if [ -f /etc/init.d/mw ];then + if [ -f /etc/rc.d/init.d/mw ];then ln -s /etc/rc.d/init.d/mw /usr/bin/mw fi fi