1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

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