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.
|
# if you are doing this on a personal install you will prob need this.
|
||||||
install_epel_release=False
|
install_epel_release=False
|
||||||
|
|
||||||
logdir = "/var/log/djangosetup/"
|
logdir="/var/log/djangosetup/"
|
||||||
scriptdir = "/root/scripts"
|
scriptdir="/root/scripts"
|
||||||
|
|
||||||
yumlogloc=$logdir"yum.log"
|
yumlogloc=$logdir"yum.log"
|
||||||
yumlogmsg="See $yumlogloc for more info."
|
yumlogmsg="See $yumlogloc for more info."
|
||||||
|
|||||||
Reference in New Issue
Block a user