add location of debug log output file!

pull/460/head
Adam Warner 8 years ago
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…
Cancel
Save