From c31b4383e6a0520fcedce65265a9b7241b8cc186 Mon Sep 17 00:00:00 2001 From: Promofaux Date: Sat, 28 Jan 2017 21:37:21 +0000 Subject: [PATCH] add back in code to stop `dnsmasq` and `lighttpd` during install. --- automated install/basic-install.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index d7e51ffc..e8595065 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1198,6 +1198,10 @@ main() { # Create directory for Pi-hole storage mkdir -p /etc/pihole/ + stop_service dnsmasq + if [[ ${INSTALL_WEB} == true ]]; then + stop_service lighttpd + fi # Determine available interfaces get_available_interfaces # Find interfaces and let the user choose one