mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-25 07:07:46 +01:00
fix typo
This commit is contained in:
parent
25771877cd
commit
1d32d7e953
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ if [ "$1" = "on" ]; then
|
|||
|
||||
# check if backup devcie is already connected
|
||||
if [ ${backupCandidates} -eq 0 ]; then
|
||||
dialog --title ' Adding Backup Device ' --msgbox 'Please connect now the backup device\nFor example a thumb drive bigger than 128 MB.\nBest on a USB2 port (not the blue ones).\Then press OK.' 8 50
|
||||
dialog --title ' Adding Backup Device ' --msgbox 'Please connect now the backup device\nFor example a thumb drive bigger than 128 MB.\nBest on a USB2 port (not the blue ones).\nThen press OK.' 8 50
|
||||
clear
|
||||
echo
|
||||
echo "detecting device ... (please wait)"
|
||||
|
|
Loading…
Add table
Reference in a new issue