Browse Source

Update debug script (#554)

increase-proxy-timeout
Aaron Dewes 4 years ago
committed by GitHub
parent
commit
ab5018f5c1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      scripts/debug

6
scripts/debug

@ -155,9 +155,9 @@ if [[ ! -z "${UMBREL_OS:-}" ]]; then
echo "After you've finished that, boot your Raspberry Pi back up. If it still still doesn't work,"
echo "you can contact us on Telegram (t.me/getumbrel) and share the output of this script."
if [[ "${1}" == "--upload" ]]; then
echo "You can also share this link instead:"
echo "You can also share these links instead:"
./scripts/debug | sed '/onion/d' | upload
dmesg | haste
dmesg | upload
else
echo "Run this script again with the --upload flag to automatically generate a link to share."
fi
@ -177,7 +177,7 @@ if [[ "${1}" == "--upload" ]]; then
echo "This script could not automatically detect an issue with your Umbrel."
echo "Please share the following links and paste it in the Umbrel Telegram group (https://t.me/getumbrel) so we can help you with your problem."
./scripts/debug | sed '/onion/d' | upload
dmesg | haste
dmesg | upload
else
echo "This script could not automatically detect an issue with your Umbrel."
echo "Please copy the entire output of this script and paste it in the Umbrel Telegram group (https://t.me/getumbrel) so we can help you with your problem."

Loading…
Cancel
Save