mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
reboot works better
This commit is contained in:
parent
8ac8aa72ce
commit
46b4000e75
1 changed files with 5 additions and 5 deletions
|
@ -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 a new issue