From 7244d44a1df4eb9ac8193f581eedd0543eddfce1 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Mon, 27 Feb 2017 10:02:00 -0800 Subject: [PATCH] Notify user that log is being uploaded. Signed-off-by: Dan Schaper --- advanced/Scripts/piholeDebug.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/advanced/Scripts/piholeDebug.sh b/advanced/Scripts/piholeDebug.sh index dc70a907..3131078e 100755 --- a/advanced/Scripts/piholeDebug.sh +++ b/advanced/Scripts/piholeDebug.sh @@ -408,6 +408,7 @@ finalWork() { echo "::: Finshed debugging!" echo "::: The debug log can be uploaded to tricorder.pi-hole.net for sharing with developers only." if [[ "${AUTOMATED}" ]]; then + echo "Debug script running in automated mode, uploading log to tricorder..." tricorder=$(cat /var/log/pihole_debug.log | nc tricorder.pi-hole.net 9999) else read -r -p "::: Would you like to upload the log? [y/N] " response