Closing dialog

Also starting the Pi-hole and restarting networking.
This commit is contained in:
Jacob Salmela 2015-11-07 12:35:08 -06:00 committed by dschaper
parent 8df376860c
commit 8ac8aa72ce
1 changed files with 9 additions and 0 deletions

View File

@ -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