mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
transfere -> transfer
This commit is contained in:
parent
cedffc639b
commit
816ad451e3
2 changed files with 2 additions and 2 deletions
|
@ -218,7 +218,7 @@ if [ "$1" = "import" ]; then
|
|||
echo "# OK -> checksum looks good: ${md5checksum}"
|
||||
else
|
||||
echo "# FAIL -> Checksum not correct: ${md5checksum}"
|
||||
echo "# Maybe transfere/upload failed?"
|
||||
echo "# Maybe transfer/upload failed?"
|
||||
echo "error='bad checksum'"
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
@ -128,7 +128,7 @@ elif [ ${mode} = "restore" ]; then
|
|||
echo "OK -> checksum looks good: ${md5checksum}"
|
||||
else
|
||||
echo "!!! FAIL -> Checksum not correct."
|
||||
echo "Maybe transfere failed? Continue on your own risk!"
|
||||
echo "Maybe transfer failed? Continue on your own risk!"
|
||||
echo "Recommend to abort and upload again!"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue