From: Manuel Munz Date: Fri, 24 Jun 2011 09:43:38 +0000 (+0000) Subject: contrib/meshwizard: Use reboot instead of service restarts X-Git-Tag: 0.11.0~2007 X-Git-Url: http://git.archive.openwrt.org/?a=commitdiff_plain;h=a9b87ff8e539af3a2e90d04af25f666631c1a94d;p=project%2Fluci.git contrib/meshwizard: Use reboot instead of service restarts --- diff --git a/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh b/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh index 56be8bc71..547f44afd 100755 --- a/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh +++ b/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh @@ -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