From 68b15e94e47aa2f387ee2fdf0bab3deb0ec0445f Mon Sep 17 00:00:00 2001 From: Norbert Klamann Date: Wed, 30 Nov 2022 16:26:08 +0100 Subject: [PATCH] Update cache_dump.md I corrected a typo Signed-off-by: Norbert Klamann --- docs/ftldns/cache_dump.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ftldns/cache_dump.md b/docs/ftldns/cache_dump.md index fe89952b..eb8f1f36 100644 --- a/docs/ftldns/cache_dump.md +++ b/docs/ftldns/cache_dump.md @@ -1,6 +1,6 @@ ## Cache dump interpretation -The `dnsmasq` core embedded into `pihole-FTL` prints a dump of the current cache content into the mail log file (default location `/var/log/pihole/pihole.log`) when receiving `SIGUSR1`, e.g. by +The `dnsmasq` core embedded into `pihole-FTL` prints a dump of the current cache content into the main log file (default location `/var/log/pihole/pihole.log`) when receiving `SIGUSR1`, e.g. by ``` bash sudo killall -USR1 pihole-FTL