remove the right directories

This commit is contained in:
ducoterra
2019-04-16 20:31:14 -04:00
parent 456a336150
commit 6f47be3532

View File

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