From df68b2c033456d497cc2d2a9121c97a225292c46 Mon Sep 17 00:00:00 2001 From: Jacob Salmela Date: Sat, 7 Nov 2015 12:35:08 -0600 Subject: [PATCH] Closing dialog Also starting the Pi-hole and restarting networking. --- automated install/basic-install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 938cc31f..34a5d24c 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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