mirror of
https://github.com/kevinveenbirkenbach/raspberry-pi-tools.git
synced 2025-09-09 19:57:17 +02:00
Solved typo
This commit is contained in:
@@ -146,7 +146,7 @@ if [[ -v image_checksum ]]
|
||||
then
|
||||
echo "$image_checksum $image_path"| md5sum -c -|| error "Verification failed. Delete image via \"rm $image_path\"."
|
||||
else
|
||||
warning "Verification is not possible. No checksum is define."
|
||||
warning "Verification is not possible. No checksum is defined."
|
||||
fi
|
||||
|
||||
echo "Preparing mount paths..."
|
||||
|
Reference in New Issue
Block a user