add location of debug log output file!

This commit is contained in:
Adam Warner 2016-04-12 08:24:34 +01:00
parent 2f4f5a6ad2
commit a6bee76581

View file

@ -317,6 +317,7 @@ function dumpPiHoleLog {
# Anything to be done after capturing of pihole.log terminates # Anything to be done after capturing of pihole.log terminates
function finalWork { function finalWork {
echo "::: Finshed debugging!" echo "::: Finshed debugging!"
echo "::: Debug log can be found at : /var/log/pihole_debug.log"
} }
trap finalWork EXIT trap finalWork EXIT