Added missing for sourced file.

Signed-off-by: Dan Schaper <dan.schaper@pi-hole.net>
pull/2284/head
Dan Schaper 6 years ago
parent f42a57088f
commit 69e06d89ff
No known key found for this signature in database
GPG Key ID: B4FF14C01CC08DC0

@ -2429,7 +2429,7 @@ main() {
# generate a random password
pw=$(tr -dc _A-Z-a-z-0-9 < /dev/urandom | head -c 8)
# shellcheck disable=SC1091
/opt/pihole/webpage.sh
. /opt/pihole/webpage.sh
echo "WEBPASSWORD=$(HashPassword ${pw})" >> ${setupVars}
fi
fi

Loading…
Cancel
Save