it's ok if tar gz files aren't removed

This commit is contained in:
ducoterra
2019-04-16 21:29:40 -04:00
parent 62c1e9cfc6
commit b11d7b6ebc

View File

@@ -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