From 6de0084d94ed2a8575e56df89b3648c7515f577c Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 24 Apr 2019 17:11:12 +0200 Subject: [PATCH] add termbin info --- home.admin/XXdebugLogs.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home.admin/XXdebugLogs.sh b/home.admin/XXdebugLogs.sh index 74fd85a..cd27f43 100644 --- a/home.admin/XXdebugLogs.sh +++ b/home.admin/XXdebugLogs.sh @@ -105,4 +105,9 @@ if [ ${showImproveInfo} -gt 0 ]; then echo "IMPORTANT: There are some hardware issues with your setup." echo "'Run Hardwaretest' in main menu or: sudo /home/admin/05hardwareTest.sh" fi +echo "" +echo "*** OPTION: SHARE THIS DEBUG OUTPUT ***" +echo "An easy way to share this debug output on GitHub or on a support chat" +echo "use the following command and share the resulting link:" +echo "/home/admin/XXdebugLogs.sh | nc termbin.com 9999" echo "" \ No newline at end of file