Skip to content

Commit 5b825f3

Browse files
committed
Manual intervention sucks.
1 parent 533543b commit 5b825f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

get-data.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ while read -r OUTPUT URL CHECKSUM; do
5555
else
5656
echo "Invalid checksum!"
5757
echo "Expected $CHECKSUM, got $COMPUTED_SUM."
58-
echo "You can manually delete the file to get the correct version."
59-
exit 2
58+
echo "Deleting file and redownloading."
59+
rm "$OUTPUT"
6060
fi
6161
fi
6262

0 commit comments

Comments
 (0)