remove the right directories
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user