fix spaces around =

This commit is contained in:
ducoterra
2018-09-16 14:26:08 -04:00
parent dd884ba7a3
commit 867ecf98b7

View File

@@ -8,8 +8,8 @@ pylink="https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tar.xz"
# if you are doing this on a personal install you will prob need this.
install_epel_release=False
logdir = "/var/log/djangosetup/"
scriptdir = "/root/scripts"
logdir="/var/log/djangosetup/"
scriptdir="/root/scripts"
yumlogloc=$logdir"yum.log"
yumlogmsg="See $yumlogloc for more info."