add location of debug log output file!
This commit is contained in:
parent
2f4f5a6ad2
commit
a6bee76581
|
@ -316,7 +316,8 @@ function dumpPiHoleLog {
|
|||
|
||||
# Anything to be done after capturing of pihole.log terminates
|
||||
function finalWork {
|
||||
echo "::: Finshed debugging!"
|
||||
echo "::: Finshed debugging!"
|
||||
echo "::: Debug log can be found at : /var/log/pihole_debug.log"
|
||||
}
|
||||
trap finalWork EXIT
|
||||
|
||||
|
|
Loading…
Reference in New Issue