Update advanced/Scripts/webpage.sh

Co-Authored-By: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
Dan Schaper 2018-11-26 20:01:41 +01:00 committed by GitHub
parent a285ae65fb
commit 9f672593bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -327,6 +327,8 @@ dhcp-leasefile=/etc/pihole/dhcp.leases
echo "domain=${PIHOLE_DOMAIN}" >> "${dhcpconfig}"
fi
# Sourced from setupVars
# shellcheck disable=SC2154
if [[ "${DHCP_rapid_commit}" == "true" ]]; then
echo "dhcp-rapid-commit" >> "${dhcpconfig}"
fi