From 6c130b7960918c09a7f1d22ed75911301835bd1d Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Mon, 27 Feb 2017 10:27:11 -0800 Subject: [PATCH] Vebiage and highligh the token, also `:::` Signed-off-by: Dan Schaper --- advanced/Scripts/piholeDebug.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/advanced/Scripts/piholeDebug.sh b/advanced/Scripts/piholeDebug.sh index 3131078e..176a3ead 100755 --- a/advanced/Scripts/piholeDebug.sh +++ b/advanced/Scripts/piholeDebug.sh @@ -408,7 +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..." + 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 @@ -423,8 +423,8 @@ finalWork() { fi # Check if tricorder.pi-hole.net is reachable and provide token. if [ -n "${tricorder}" ]; then - echo "::: Your debug token is : ${tricorder}" - echo "::: Please contact the Pi-hole team with your token for assistance." + echo "::: ---=== Your debug token is : ${tricorder} Please make a note of it. ===---" + echo "::: Contact the Pi-hole team with your token for assistance." echo "::: Thank you." else echo "::: There was an error uploading your debug log."