From 856caea1e5ef298d098f69bbf1ff89794e514b2e Mon Sep 17 00:00:00 2001 From: Brad Bell Date: Wed, 29 Apr 2020 14:43:21 -0700 Subject: [PATCH] Cleanup loose files on failure. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index aa544f5c..28d5d805 100755 --- a/install.sh +++ b/install.sh @@ -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