Run updatechecker after gravity (#5137)

This commit is contained in:
Adam Warner
2023-01-19 22:23:13 +00:00
committed by GitHub

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