Should not need to reloadDNS manually any more as FTL will detect that it needs to reload by itself

Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2023-02-05 15:15:55 +00:00
parent 0568a69d83
commit dbc6b814b2
No known key found for this signature in database

View file

@ -910,11 +910,6 @@ chmod g+w "${piholeDir}" "${gravityDBfile}"
# Compute numbers to be displayed
gravity_ShowCount
# Determine if DNS has been restarted by this instance of gravity
if [[ -z "${dnsWasOffline:-}" ]]; then
"${PIHOLE_COMMAND}" reloaddns
fi
gravity_Cleanup
echo ""