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
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}"