From fb31fb98e4088628c5de21357fbec8cff74a13d7 Mon Sep 17 00:00:00 2001 From: nmfretz Date: Sun, 3 Dec 2023 21:32:42 -0800 Subject: [PATCH] remove duplicate word from debug script no-external-drive output --- scripts/debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/debug b/scripts/debug index c3874042b..88502386a 100755 --- a/scripts/debug +++ b/scripts/debug @@ -174,7 +174,7 @@ if [[ ! -z "${UMBREL_OS:-}" ]]; then if [[ $no_of_block_devices -lt 1 ]]; then echo "You have either no external drive connected to your Raspberry Pi or the drive is not being detected." echo "Please shutdown your Raspberry Pi ('sudo shutdown'), then plug the SSD into the other USB3 port." - echo "After you've finished that, boot your Raspberry Pi back up. If it still still doesn't work," + echo "After you've finished that, boot your Raspberry Pi back up. If it still doesn't work," echo "you can contact us on Telegram (t.me/getumbrel) and share the output of this script." exit 0 fi