diff --git a/scripts/install_dev.sh b/scripts/install_dev.sh index 5f40117e8..3f76d6203 100755 --- a/scripts/install_dev.sh +++ b/scripts/install_dev.sh @@ -94,7 +94,7 @@ cd /www/server/mdserver-web && bash /etc/rc.d/init.d/mw default sleep 2 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