mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Merge pull request #2284 from pi-hole/bugfix/source_webpage
Added missing `.` for sourced file.
This commit is contained in:
commit
b1e9c05bee
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue