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