mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 23:23:42 +00:00
Closing dialog
Also starting the Pi-hole and restarting networking.
This commit is contained in:
parent
ac43bf7877
commit
df68b2c033
1 changed files with 9 additions and 0 deletions
|
@ -186,3 +186,12 @@ installPihole | tee $tmpLog
|
|||
|
||||
# Move the log file into /etc/pihole for storage
|
||||
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
|
||||
|
||||
# Start the services and restart networking
|
||||
sudo service dnsmasq start
|
||||
sudo service lighttpd start
|
||||
sudo ifdown eth0;sudo ifup eth0
|
||||
|
|
Loading…
Reference in a new issue