Merge pull request #1878 from pi-hole/tweak/run_updatechecker_after_install

Force update of update checker for new installs
pull/1880/head
Mark Drobnak 7 years ago committed by GitHub
commit d5a9a9a2d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2101,6 +2101,7 @@ main() {
# Force an update of the updatechecker
. /opt/pihole/updatecheck.sh
. /opt/pihole/updatecheck.sh x remote
#
if [[ "${useUpdateVars}" == false ]]; then

Loading…
Cancel
Save