git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
02333f7
)
contrib/meshwizard: Use reboot instead of service restarts
author
Manuel Munz
<redacted>
Fri, 24 Jun 2011 09:43:38 +0000
(09:43 +0000)
committer
Manuel Munz
<redacted>
Fri, 24 Jun 2011 09:43:38 +0000
(09:43 +0000)
contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh
patch
|
blob
|
history
diff --git
a/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh
b/contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh
index 56be8bc7171f17fd1e2769186c74eaeb25426d85..547f44afd10862f7a3b65cae254853e8a3ecf130 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT