Skip to content

Commit 79ead80

Browse files
authored
Merge pull request pi-hole#776 from pi-hole/dev
v5.6 Release
2 parents 4902b4c + 302924a commit 79ead80

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

bash_functions.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ fix_capabilities() {
1414
prepare_configs() {
1515
# Done in /start.sh, don't do twice
1616
PH_TEST=true . $PIHOLE_INSTALL
17-
distro_check
17+
# Set Debian webserver variables for installConfigs
18+
LIGHTTPD_USER="www-data"
19+
LIGHTTPD_GROUP="www-data"
20+
LIGHTTPD_CFG="lighttpd.conf.debian"
1821
installConfigs
1922
touch "$setupVars"
2023
set +e

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export CORE_VERSION="$(cat /etc/docker-pi-hole-version)"
77
export WEB_VERSION="${CORE_VERSION}"
88
export PIHOLE_SKIP_OS_CHECK=true
99
# Overwrite WEB_VERSION if core and web versions are different
10-
export WEB_VERSION="v5.3.1"
10+
export WEB_VERSION="v5.3.2"
1111

1212
# Only use for pre-production / testing
1313
export CHECKOUT_BRANCHES=false

0 commit comments

Comments
 (0)