Run updatechecker after gravity (#5137)

This commit is contained in:
Adam Warner 2023-01-19 22:23:13 +00:00 committed by GitHub
commit 9ed3ede0d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2717,12 +2717,12 @@ main() {
restart_service pihole-FTL
# Update local and remote versions via updatechecker
/opt/pihole/updatecheck.sh
# Download and compile the aggregated block list
runGravity
# Update local and remote versions via updatechecker
/opt/pihole/updatecheck.sh
if [[ "${useUpdateVars}" == false ]]; then
displayFinalMessage "${pw}"
fi