mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 01:00:33 +00:00
Make IDs of anti-/gravity lists available in vw_(anti)gravity (#5526)
This commit is contained in:
commit
8f36fdf11c
6 changed files with 79 additions and 3 deletions
|
@ -2242,6 +2242,11 @@ main() {
|
|||
# but before starting or restarting the ftl service
|
||||
disable_resolved_stublistener
|
||||
|
||||
# Check if gravity database needs to be upgraded. If so, do it without rebuilding
|
||||
# gravity altogether. This may be a very long running task needlessly blocking
|
||||
# the update process.
|
||||
/opt/pihole/gravity.sh --upgrade
|
||||
|
||||
printf " %b Restarting services...\\n" "${INFO}"
|
||||
# Start services
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue