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 }