Merge pull request #18 from jcabillot/master
double quotes to expand $DB_TYPE
This commit is contained in:
commit
182e85bf1d
@ -8,7 +8,7 @@
|
|||||||
ename='DB';
|
ename='DB';
|
||||||
eport=5432;
|
eport=5432;
|
||||||
|
|
||||||
if [ '$DB_TYPE' = 'mysql' ];
|
if [ "$DB_TYPE" = 'mysql' ];
|
||||||
then
|
then
|
||||||
eport=3306;
|
eport=3306;
|
||||||
dbhost=$DB_PORT_3306_TCP_ADDR
|
dbhost=$DB_PORT_3306_TCP_ADDR
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user