contrib/meshwizard: Use reboot instead of service restarts
This commit is contained in:
parent
02333f730c
commit
a9b87ff8e5
1 changed files with 8 additions and 6 deletions
|
@ -88,9 +88,11 @@ for net in $networks; do
|
||||||
done
|
done
|
||||||
|
|
||||||
##### Restart services
|
##### Restart services
|
||||||
services="network olsrd dnsmasq luci_splash"
|
#services="network olsrd dnsmasq luci_splash"
|
||||||
echo " Restarting services:"
|
#echo " Restarting services:"
|
||||||
for s in $services; do
|
#for s in $services; do
|
||||||
/etc/init.d/$s restart >/dev/null 2>&1
|
# /etc/init.d/$s restart >/dev/null 2>&1
|
||||||
echo " * $s"
|
# echo " * $s"
|
||||||
done
|
#done
|
||||||
|
|
||||||
|
reboot
|
||||||
|
|
Loading…
Reference in a new issue