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

Force update of update checker for new installs
This commit is contained in:
Mark Drobnak 2017-12-28 14:43:28 -05:00 committed by GitHub
commit d5a9a9a2d8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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