add export to vars
This commit is contained in:
@@ -17,8 +17,8 @@ tput setaf 0
|
||||
if [ ! -d $logdir ] ; then
|
||||
mkdir $logdir
|
||||
fi
|
||||
if [ $install_epel_release = True ] ; then
|
||||
yum -y install epel-release 1>> $yumlogloc 2>> $yumlogloc 3>> $pylogloc
|
||||
if [ $install_epel_release=True ] ; then
|
||||
yum -y install epel-release 1>> $yumlogloc 2>> $yumlogloc 3>> $yumlogloc
|
||||
fi
|
||||
|
||||
# install dependencies
|
||||
|
||||
Reference in New Issue
Block a user