Run updatechecker after gravity (#5137)

pull/5138/head
Adam Warner 1 year ago committed by GitHub
commit 9ed3ede0d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save