mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Seriously.
This commit is contained in:
parent
bb6f409e89
commit
9c645e2010
1 changed files with 1 additions and 1 deletions
|
@ -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})" >> ${setupVars}
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue