From 69e06d89ff46e1758dcc050a8538e79c37f8a816 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Mon, 16 Jul 2018 22:36:58 -0700 Subject: [PATCH] Added missing for sourced file. Signed-off-by: Dan Schaper --- automated install/basic-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index dd0c6392..89676f74 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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