From 9c645e2010342cd47cf308555560b30783ce3153 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Tue, 2 May 2017 22:30:02 +0100 Subject: [PATCH] Seriously. --- 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 cd39d225..311adb72 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -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