1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-10-31 20:59:00 +00:00

need to include PH_TEST="true" so that the install script isn't run when sourcing it.. doh

Signed-off-by: Adam Warner <adamw@rner.email>
This commit is contained in:
Adam Warner 2017-08-17 20:03:19 +01:00
parent 3c25094495
commit 07e5e8e67a
No known key found for this signature in database
GPG Key ID: 03843F6C65554B22

View File

@ -37,6 +37,7 @@ else
fi
readonly PI_HOLE_FILES_DIR="/etc/.pihole"
PH_TEST="true"
source "${PI_HOLE_FILES_DIR}/automated install/basic-install.sh"
# setupVars set in basic-install.sh
source "${setupVars}"