From dbc6b814b2381e9db3d0361dff7cc7b80ef0236f Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 5 Feb 2023 15:15:55 +0000 Subject: [PATCH] Should not need to reloadDNS manually any more as FTL will detect that it needs to reload by itself Signed-off-by: Adam Warner --- gravity.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gravity.sh b/gravity.sh index 5b950b28..e914732a 100755 --- a/gravity.sh +++ b/gravity.sh @@ -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 ""