We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b0c9b8 commit 70ee3adCopy full SHA for 70ee3ad
inject.sh
@@ -47,7 +47,7 @@ fi
47
48
# Check file's checksum
49
if [ "`openssl dgst -sha256 "./$ORIGINAL_IPA_NAME" | sed -E 's/SHA(2-)?256(.*)= //'`" != "$ORIGINAL_IPA_SHA256" ]; then
50
- echo "$ORIGINAL_IPA_NAME has an unexpected checksum. Try downloading it again."
+ echo "$ORIGINAL_IPA_NAME has an unexpected checksum. Remove it and run the script it again."
51
exit 1
52
fi
53
0 commit comments