Tell user how to exit tail command

pull/973/head
Mcat12 8 years ago committed by GitHub
parent 5120d9ec33
commit b591df55b0

@ -199,6 +199,7 @@ piholeStatus() {
}
tailFunc() {
echo "Press Ctrl-C to exit"
tail -F /var/log/pihole.log
exit 0
}

Loading…
Cancel
Save