mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 23:08:07 +00:00
no need to stop dnsmasq/lighttpt if we're going to reload them at the end anyway.
This commit is contained in:
parent
01429d59bd
commit
bc4762f270
@ -1199,11 +1199,7 @@ main() {
|
|||||||
welcomeDialogs
|
welcomeDialogs
|
||||||
# Create directory for Pi-hole storage
|
# Create directory for Pi-hole storage
|
||||||
mkdir -p /etc/pihole/
|
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
|
# Determine available interfaces
|
||||||
get_available_interfaces
|
get_available_interfaces
|
||||||
# Find interfaces and let the user choose one
|
# Find interfaces and let the user choose one
|
||||||
|
Loading…
Reference in New Issue
Block a user