Merge pull request #935 from zheli/fix-typo

Fix typo: usefull -> useful.
This commit is contained in:
Christian Rotzoll 2019-12-25 21:58:08 +01:00 committed by GitHub
commit 28b8669414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -80,7 +80,7 @@ if [ ${existsHDD} -eq 1 ]; then
else else
echo "" echo ""
dialog --title "Format HDD" --yes-button "Yes" --no-button "Cancel" --yesno "RaspiBlitz detected a Hard Disk Drive (HDD). dialog --title "Format HDD" --yes-button "Yes" --no-button "Cancel" --yesno "RaspiBlitz detected a Hard Disk Drive (HDD).
It will get formatted to EXT4 to be usefull. It will get formatted to EXT4 to be useful.
This will DELETE ALL FORMER DATA on the HDD. This will DELETE ALL FORMER DATA on the HDD.
Is it OK to delete HDD for fresh RaspiBlitz? Is it OK to delete HDD for fresh RaspiBlitz?