bugfix: install.conf
the define of var MYSQL lacks "$" Change-Id: Icc43f840bc228d11c835498b8dac78198947cfe1 Signed-off-by: baigk <baiguoku@huawei.com>
This commit is contained in:
parent
3e2394006c
commit
a5e0055399
@ -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:-}
|
||||
|
Loading…
x
Reference in New Issue
Block a user