From 646ee079798b925d5134f4985cc32408e9aff7b0 Mon Sep 17 00:00:00 2001 From: Promofaux Date: Wed, 28 Sep 2016 21:08:08 +0100 Subject: [PATCH] Dropped a ' '. I'll blame @dschaper ;) --- pihole | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pihole b/pihole index d9c5514f..cd33f37a 100755 --- a/pihole +++ b/pihole @@ -49,7 +49,7 @@ function flushFunc { exit 1 } -function databaseFunc{ +function databaseFunc { echo "::: Importing /var/log/pihole/log to /etc/pihole/pihole.db" python /opt/pihole/dnsmasq_parse.py echo -n "::: Flushing /var/log/pihole.log..."