Skip to content

Commit 70ee3ad

Browse files
inject.sh: Better message
in case of an unexpected checksum of `original.ipa`
1 parent 2b0c9b8 commit 70ee3ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inject.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747

4848
# Check file's checksum
4949
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."
50+
echo "$ORIGINAL_IPA_NAME has an unexpected checksum. Remove it and run the script it again."
5151
exit 1
5252
fi
5353

0 commit comments

Comments
 (0)