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

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