mirror of
https://github.com/kevinveenbirkenbach/raspberry-pi-tools.git
synced 2024-11-22 18:11:03 +01:00
Solved typo
This commit is contained in:
parent
0643c3638d
commit
bbe78fd5a2
@ -146,7 +146,7 @@ if [[ -v image_checksum ]]
|
|||||||
then
|
then
|
||||||
echo "$image_checksum $image_path"| md5sum -c -|| error "Verification failed. Delete image via \"rm $image_path\"."
|
echo "$image_checksum $image_path"| md5sum -c -|| error "Verification failed. Delete image via \"rm $image_path\"."
|
||||||
else
|
else
|
||||||
warning "Verification is not possible. No checksum is define."
|
warning "Verification is not possible. No checksum is defined."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Preparing mount paths..."
|
echo "Preparing mount paths..."
|
||||||
|
Loading…
Reference in New Issue
Block a user