Wild experimentations to see what circle does...

This commit is contained in:
Adam Warner 2020-02-16 10:53:49 +00:00
parent 5367761311
commit 31132aa4ec
No known key found for this signature in database
GPG Key ID: 872950F3ECF2B173
1 changed files with 6 additions and 6 deletions

10
install.sh Executable file → Normal file
View File

@ -63,11 +63,11 @@ webInterfaceDir="${webInterfaceDir}"
#git clone --branch "${CORE_VERSION}" --depth 1 "${piholeGitUrl}" "${PI_HOLE_LOCAL_REPO}"
#git clone --branch "${WEB_VERSION}" --depth 1 "${webInterfaceGitUrl}" "${webInterfaceDir}"
tmpLog="/tmp/pihole-install.log"
installLogLoc="${installLogLoc}"
FTLdetect 2>&1 | tee "${tmpLog}"
installPihole 2>&1 | tee "${tmpLog}"
mv "${tmpLog}" /
# tmpLog="/tmp/pihole-install.log"
# installLogLoc="${installLogLoc}"
# FTLdetect 2>&1 | tee "${tmpLog}"
# installPihole 2>&1 | tee "${tmpLog}"
# mv "${tmpLog}" /
fetch_release_metadata() {
local directory="$1"