We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533543b commit 5b825f3Copy full SHA for 5b825f3
get-data.sh
@@ -55,8 +55,8 @@ while read -r OUTPUT URL CHECKSUM; do
55
else
56
echo "Invalid checksum!"
57
echo "Expected $CHECKSUM, got $COMPUTED_SUM."
58
- echo "You can manually delete the file to get the correct version."
59
- exit 2
+ echo "Deleting file and redownloading."
+ rm "$OUTPUT"
60
fi
61
62
0 commit comments