Update advanced/Scripts/webpage.sh
Co-Authored-By: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
@ -327,6 +327,8 @@ dhcp-leasefile=/etc/pihole/dhcp.leases
|
|||||||
echo "domain=${PIHOLE_DOMAIN}" >> "${dhcpconfig}"
|
echo "domain=${PIHOLE_DOMAIN}" >> "${dhcpconfig}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Sourced from setupVars
|
||||||
|
# shellcheck disable=SC2154
|
||||||
if [[ "${DHCP_rapid_commit}" == "true" ]]; then
|
if [[ "${DHCP_rapid_commit}" == "true" ]]; then
|
||||||
echo "dhcp-rapid-commit" >> "${dhcpconfig}"
|
echo "dhcp-rapid-commit" >> "${dhcpconfig}"
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user