Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Cleanup loose files on failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybrad committed Apr 29, 2020
1 parent a6f8536 commit 856caea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ checkHash() {

# Make sure the file names match up.
if [ "$4" != "$checkResultFileName" ]; then
# rm "$1"
rm "$1"
echo "Checksums do not match. Exiting."
exit 1
fi
Expand Down

0 comments on commit 856caea

Please sign in to comment.