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>
ftl-binary-names
Adam Warner 1 year ago
parent 0568a69d83
commit dbc6b814b2
No known key found for this signature in database

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

Loading…
Cancel
Save