diff options
-rwxr-xr-x | contrib/package/meshwizard/files/usr/bin/meshwizard/wizard.sh | 14 |
1 files changed, 8 insertions, 6 deletions
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 |