Merge pull request #1752 from pi-hole/new/bashupdatechecker

Add bash / cron based update checker for Pi-hole
This commit is contained in:
Jacob Salmela 2017-11-08 20:38:40 -06:00 committed by GitHub
commit 9631519eb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 71 additions and 0 deletions

View file

@ -2079,6 +2079,9 @@ main() {
# Download and compile the aggregated block list
runGravity
# Force an update of the updatechecker
. /opt/pihole/updatecheck.sh
#
if [[ "${useUpdateVars}" == false ]]; then
displayFinalMessage "${pw}"