Replaced pihole_debug.log with a sprunge.us link for easier collaboration.

This commit is contained in:
Daniel Jenkins 2016-06-26 22:00:04 -04:00
parent 64ee8d48d7
commit 294560b3b4

View file

@ -330,8 +330,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 "::: Debug log can be found at : $(cat /var/log/pihole_debug.log | curl --silent -F 'sprunge=<-' http://sprunge.us)"
echo "::: Debug log can be found at : /var/log/pihole_debug.log"
} }
trap finalWork EXIT trap finalWork EXIT