mirror of
https://github.com/moparisthebest/pi-hole
synced 2024-11-13 12:55:05 -05:00
reboot works better
This commit is contained in:
parent
8ac8aa72ce
commit
46b4000e75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user