提交 a9b87ff8 编写于 作者: M Manuel Munz

contrib/meshwizard: Use reboot instead of service restarts

上级 02333f73
......@@ -88,9 +88,11 @@ for net in $networks; do
done
##### Restart services
services="network olsrd dnsmasq luci_splash"
echo " Restarting services:"
for s in $services; do
/etc/init.d/$s restart >/dev/null 2>&1
echo " * $s"
done
#services="network olsrd dnsmasq luci_splash"
#echo " Restarting services:"
#for s in $services; do
# /etc/init.d/$s restart >/dev/null 2>&1
# echo " * $s"
#done
reboot
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册