mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-23 21:30:17 +00:00
Tell user how to exit tail command
This commit is contained in:
parent
5120d9ec33
commit
b591df55b0
1 changed files with 1 additions and 0 deletions
1
pihole
1
pihole
|
@ -199,6 +199,7 @@ piholeStatus() {
|
|||
}
|
||||
|
||||
tailFunc() {
|
||||
echo "Press Ctrl-C to exit"
|
||||
tail -F /var/log/pihole.log
|
||||
exit 0
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue