fix spaces around =
This commit is contained in:
@@ -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."
|
||||
|
||||
Reference in New Issue
Block a user