From bc4762f270673251b2a673b363044d485fc157ad Mon Sep 17 00:00:00 2001 From: Promofaux Date: Sat, 28 Jan 2017 16:27:02 +0000 Subject: [PATCH] no need to stop dnsmasq/lighttpt if we're going to reload them at the end anyway. --- automated install/basic-install.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index ae7e8c4d..fd135fb7 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1199,11 +1199,7 @@ main() { welcomeDialogs # Create directory for Pi-hole storage mkdir -p /etc/pihole/ - # Stop resolver and webserver while installing proceses - 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