From b11d7b6ebcbf684a817e48f4e5ee6b9a9644befb Mon Sep 17 00:00:00 2001 From: ducoterra Date: Tue, 16 Apr 2019 21:29:40 -0400 Subject: [PATCH] it's ok if tar gz files aren't removed --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 1494e5d..ead0047 100755 --- a/install.sh +++ b/install.sh @@ -86,7 +86,7 @@ fi cd .. rm sqlite.tar.gz 1>> $pylogloc 2>> $pylogloc if [ $? -ne 0 ] ; then - echo -e "Failed to remove Sqlite install files. $pylogmsg" + echo -e "\tNot removing Sqlite3 tar.gz file." fi ################################################################################ @@ -156,7 +156,7 @@ fi cd .. rm python.tar.gz 1>> $pylogloc 2>> $pylogloc if [ $? -ne 0 ] ; then - echo -e "Failed to remove Python install files. $pylogmsg" + echo -e "\tNot removing Python tar.gz file." fi # create the sites directory