it's ok if tar gz files aren't removed
This commit is contained in:
@@ -86,7 +86,7 @@ fi
|
|||||||
cd ..
|
cd ..
|
||||||
rm sqlite.tar.gz 1>> $pylogloc 2>> $pylogloc
|
rm sqlite.tar.gz 1>> $pylogloc 2>> $pylogloc
|
||||||
if [ $? -ne 0 ] ; then
|
if [ $? -ne 0 ] ; then
|
||||||
echo -e "Failed to remove Sqlite install files. $pylogmsg"
|
echo -e "\tNot removing Sqlite3 tar.gz file."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
@@ -156,7 +156,7 @@ fi
|
|||||||
cd ..
|
cd ..
|
||||||
rm python.tar.gz 1>> $pylogloc 2>> $pylogloc
|
rm python.tar.gz 1>> $pylogloc 2>> $pylogloc
|
||||||
if [ $? -ne 0 ] ; then
|
if [ $? -ne 0 ] ; then
|
||||||
echo -e "Failed to remove Python install files. $pylogmsg"
|
echo -e "\tNot removing Python tar.gz file."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# create the sites directory
|
# create the sites directory
|
||||||
|
|||||||
Reference in New Issue
Block a user