mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-15 20:09:05 +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
|
# Create directory for Pi-hole storage
|
||||||
mkdir -p /etc/pihole/
|
mkdir -p /etc/pihole/
|
||||||
|
|
||||||
|
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…
Add table
Reference in a new issue