Skip to content

Commit

Permalink
remove duplicate word from debug script no-external-drive output
Browse files Browse the repository at this point in the history
  • Loading branch information
nmfretz committed Dec 4, 2023
1 parent 8733ff1 commit fb31fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fb31fb9

Please sign in to comment.