diff --git a/scripts/debug b/scripts/debug index 2273695..3667908 100755 --- a/scripts/debug +++ b/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."