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
|
||||
|
||||
##### 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
|
||||
|
|
Loading…
Reference in a new issue