Merge pull request #776 from pi-hole/dev

v5.6 Release
This commit is contained in:
Adam Warner 2021-01-27 18:34:45 +00:00 committed by GitHub
commit 79ead80720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -14,7 +14,10 @@ fix_capabilities() {
prepare_configs() {
# Done in /start.sh, don't do twice
PH_TEST=true . $PIHOLE_INSTALL
distro_check
# Set Debian webserver variables for installConfigs
LIGHTTPD_USER="www-data"
LIGHTTPD_GROUP="www-data"
LIGHTTPD_CFG="lighttpd.conf.debian"
installConfigs
touch "$setupVars"
set +e

View File

@ -7,7 +7,7 @@ export CORE_VERSION="$(cat /etc/docker-pi-hole-version)"
export WEB_VERSION="${CORE_VERSION}"
export PIHOLE_SKIP_OS_CHECK=true
# Overwrite WEB_VERSION if core and web versions are different
export WEB_VERSION="v5.3.1"
export WEB_VERSION="v5.3.2"
# Only use for pre-production / testing
export CHECKOUT_BRANCHES=false