mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
add back in code to stop dnsmasq
and lighttpd
during install.
This commit is contained in:
parent
35828f9cea
commit
c31b4383e6
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue