From 6f47be3532213cf55e5a05ce5e16aa5ba6db0aef Mon Sep 17 00:00:00 2001 From: ducoterra Date: Tue, 16 Apr 2019 20:31:14 -0400 Subject: [PATCH] remove the right directories --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index fe35ffe..000c6a0 100755 --- a/install.sh +++ b/install.sh @@ -82,7 +82,7 @@ if [ $? -ne 0 ] ; then fi cd .. -rm sqlite.tar.xz 1>> $pylogloc 2>> $pylogloc +rm sqlite.tar.gz 1>> $pylogloc 2>> $pylogloc rm -rf sqlite 1>> $pylogloc 2>> $pylogloc if [ $? -ne 0 ] ; then echo -e "Failed to remove Sqlite install files. $pylogmsg" @@ -151,7 +151,7 @@ if [ $? -ne 0 ] ; then fi cd .. -rm python.tar.xz 1>> $pylogloc 2>> $pylogloc +rm python.tar.gz 1>> $pylogloc 2>> $pylogloc rm -rf python 1>> $pylogloc 2>> $pylogloc if [ $? -ne 0 ] ; then echo -e "Failed to remove Python install files. $pylogmsg"