summaryrefslogtreecommitdiff
path: root/includes/generic-includes.sh
diff options
context:
space:
mode:
Diffstat (limited to 'includes/generic-includes.sh')
-rw-r--r--includes/generic-includes.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/generic-includes.sh b/includes/generic-includes.sh
index bd0176f..4537501 100644
--- a/includes/generic-includes.sh
+++ b/includes/generic-includes.sh
@@ -25,8 +25,8 @@
function die
{
- #echo "Install can not continue, cleaning up partial install"
- #rm -rf "$TARGETDIR"
+ echo "Install can not continue, cleaning up partial install"
+ rm -rf "$TARGETDIR"
echo ""
echo "The install failed; sorry."