From c00357663b424d5a88c90c288babb9f7301b367c Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sun, 12 Aug 2018 18:36:07 +0200 Subject: [PATCH] Reload pihole-FTL instead of restart the entire service on "pihole enable/disable" Signed-off-by: DL6ER --- pihole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pihole b/pihole index 8be03f79..19f7bcb8 100755 --- a/pihole +++ b/pihole @@ -199,7 +199,7 @@ Time: fi fi - restartDNS + restartDNS reload echo -e "${OVER} ${TICK} ${str}" }