mirror of
https://github.com/kevinveenbirkenbach/raspberry-pi-tools.git
synced 2025-09-10 20:37:15 +02:00
Solved typo
This commit is contained in:
@@ -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..."
|
||||||
|
Reference in New Issue
Block a user