dropped a "

This commit is contained in:
Adam Warner 2017-05-02 22:28:32 +01:00
parent 61ec7723f6
commit bb6f409e89
No known key found for this signature in database
GPG key ID: 7C062498C7FA6E49

View file

@ -1414,7 +1414,7 @@ main() {
if [[ $(grep 'WEBPASSWORD' -c /etc/pihole/setupVars.conf) == 0 ]] ; then
pw=$(tr -dc _A-Z-a-z-0-9 < /dev/urandom | head -c 8)
. /opt/pihole/webpage.sh
echo "WEBPASSWORD=$(HashPassword ${1})
echo "WEBPASSWORD=$(HashPassword ${1})"
fi
fi