Update install_dev.sh

pull/267/head
midoks 3 years ago
parent 99f7cf9181
commit d6856498f8
  1. 2
      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

Loading…
Cancel
Save