reboot works better

This commit is contained in:
Jacob Salmela 2015-11-07 13:09:23 -06:00 committed by dschaper
parent 8ac8aa72ce
commit 46b4000e75
1 changed files with 5 additions and 5 deletions

View File

@ -189,9 +189,9 @@ sudo mv $tmpLog $instalLogLoc
whiptail --msgbox --backtitle "Make it so." --title "Installation Complete!" "Configure your devices to use the Pi-hole as their DNS server using this IP: $IPv4addr.
The networking service will restart after you close this dialog. If you are using SSH, you may need to reconnect." $r $c
Your Pi will restart when you close this dialog. If you are using SSH, reconnect using the IP address above.
# Start the services and restart networking
sudo service dnsmasq start
sudo service lighttpd start
sudo ifdown eth0;sudo ifup eth0
The install log is in /etc/phole." $r $c
sudo reboot