mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-23 07:18:07 +00:00
Don't actually have to reapply DHCP settings since we are going to save it in a different file we don't replace by a template
This commit is contained in:
parent
02d658be65
commit
03d4fcd17d
@ -889,16 +889,12 @@ finalExports() {
|
|||||||
echo "QUERY_LOGGING=${QUERY_LOGGING}"
|
echo "QUERY_LOGGING=${QUERY_LOGGING}"
|
||||||
}>> "${setupVars}"
|
}>> "${setupVars}"
|
||||||
|
|
||||||
# Look for DHCP / DNS server settings which would have to be reapplied
|
# Look for DNS server settings which would have to be reapplied
|
||||||
source "${setupVars}"
|
source "${setupVars}"
|
||||||
source "/etc/.pihole/advanced/Scripts/webpage.sh"
|
source "/etc/.pihole/advanced/Scripts/webpage.sh"
|
||||||
if [[ "${DNS_FQDN_REQUIRED}" != "" ]] ; then
|
if [[ "${DNS_FQDN_REQUIRED}" != "" ]] ; then
|
||||||
ProcessDNSSettings
|
ProcessDNSSettings
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "${DHCP_ACTIVE}" == "true" ]] ; then
|
|
||||||
ProcessDHCPSettings
|
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
installPihole() {
|
installPihole() {
|
||||||
|
Loading…
Reference in New Issue
Block a user