bugfix: install.conf

the define of var MYSQL lacks "$"

Change-Id: Icc43f840bc228d11c835498b8dac78198947cfe1
Signed-off-by: baigk <baiguoku@huawei.com>
This commit is contained in:
baigk 2016-01-28 19:30:58 +08:00
parent 3e2394006c
commit a5e0055399

View File

@ -14,7 +14,7 @@ export REMI=${REMI:-http://rpms.famillecollet.com/enterprise/remi-release-7.rpm}
export EPEL=${EPEL:-https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm}
export MYSQL={MYSQL:-http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm}
export MYSQL=${MYSQL:-http://repo.mysql.com/mysql-community-release-el7-5.noarch.rpm}
# service NIC
export NIC=${NIC:-}