contrib/meshwizard: Use reboot instead of service restarts
authorManuel Munz <freifunk@somakoma.de>
Fri, 24 Jun 2011 09:43:38 +0000 (09:43 +0000)
committerManuel Munz <freifunk@somakoma.de>
Fri, 24 Jun 2011 09:43:38 +0000 (09:43 +0000)
contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh

index 56be8bc7171f17fd1e2769186c74eaeb25426d85..547f44afd10862f7a3b65cae254853e8a3ecf130 100755 (executable)
@@ -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