From a5e00553991c00ee319d47eb9a028f528c06a25b Mon Sep 17 00:00:00 2001 From: baigk Date: Thu, 28 Jan 2016 19:30:58 +0800 Subject: [PATCH] bugfix: install.conf the define of var MYSQL lacks "$" Change-Id: Icc43f840bc228d11c835498b8dac78198947cfe1 Signed-off-by: baigk --- install/install.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/install.conf b/install/install.conf index a072a12f..c5dd7b44 100755 --- a/install/install.conf +++ b/install/install.conf @@ -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:-}