Merge pull request #3036 from pi-hole/fix/reload-lists

Improve list reloading
This commit is contained in:
DL6ER
2019-12-12 21:37:09 +01:00
committed by GitHub
2 changed files with 12 additions and 4 deletions

View File

@@ -257,5 +257,5 @@ echo "DONE"
fi
if [[ "${reload}" != false ]]; then
pihole restartdns reload
pihole restartdns reload-lists
fi