1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 06:48:07 +00:00

Tell user how to exit tail command

This commit is contained in:
Mcat12 2016-12-08 16:35:50 -05:00 committed by GitHub
parent 5120d9ec33
commit b591df55b0

1
pihole
View File

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