Skip to content

Commit

Permalink
thingino-diag: add termbin aup
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Jun 7, 2024
1 parent 1ad92e7 commit 69c7e7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions overlay/lower/usr/sbin/thingino-diag
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ echo "thingino diagnostics"
echo "This script requires network access."
echo "It is designed to generate log information to share with developers for diagnostic issues."
echo "It may contain sensitive or personal information, so make sure to review the log before sharing the link!"
echo "We use termbin to share the log. Please review their acceptable use policy at https://www.termbin.com"
read -p "Do you wish to proceed? (yes/no): " response

if [ "$response" != "yes" ]; then
Expand Down

0 comments on commit 69c7e7f

Please sign in to comment.