add export to vars

This commit is contained in:
ducoterra
2018-09-16 19:00:38 -04:00
parent 4c27ac1b4d
commit 89d720e6ea
2 changed files with 19 additions and 19 deletions

View File

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