From c983586e82ad6dc583da41e688e92e5ee2a16183 Mon Sep 17 00:00:00 2001 From: Nick White Date: Thu, 16 Apr 2009 09:37:03 +0100 Subject: Enable removal of failed install --- includes/generic-includes.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/generic-includes.sh') 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." -- cgit v1.2.3