From b591df55b0c44540ced89561ae53a9846b636236 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Thu, 8 Dec 2016 16:35:50 -0500 Subject: [PATCH] Tell user how to exit tail command --- pihole | 1 + 1 file changed, 1 insertion(+) diff --git a/pihole b/pihole index 9e727809..2ab51c05 100755 --- a/pihole +++ b/pihole @@ -199,6 +199,7 @@ piholeStatus() { } tailFunc() { + echo "Press Ctrl-C to exit" tail -F /var/log/pihole.log exit 0 }