mirror of
https://github.com/pi-hole/docker-pi-hole.git
synced 2025-12-24 12:28:56 +00:00
3.0.1 progress
This commit is contained in:
@@ -135,7 +135,11 @@ setup_web_password() {
|
||||
echo "Assigning random password: $WEBPASSWORD"
|
||||
fi;
|
||||
set -x
|
||||
pihole -a -p "$WEBPASSWORD"
|
||||
if [[ "$WEBPASSWORD" == "" ]] ; then
|
||||
echo "" | pihole -a -p
|
||||
else
|
||||
pihole -a -p "$WEBPASSWORD" "$WEBPASSWORD"
|
||||
fi
|
||||
{ set +x; } 2>/dev/null
|
||||
}
|
||||
setup_ipv4_ipv6() {
|
||||
|
||||
Reference in New Issue
Block a user