Merge branch 'dev' of github.com:pi-hole/docker-pi-hole into dev

This commit is contained in:
Adam Warner 2021-04-16 21:56:13 +01:00
commit e88429a65d
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ setup_web_password() {
setup_ipv4_ipv6() {
local ip_versions="IPv4 and IPv6"
if [ "$IPv6" != "True" ] ; then
if [ "${IPv6,,}" != "true" ] ; then
ip_versions="IPv4"
sed -i '/use-ipv6.pl/ d' /etc/lighttpd/lighttpd.conf
fi;