Merge pull request #18 from jcabillot/master

double quotes to expand $DB_TYPE
This commit is contained in:
x86dev 2017-11-09 10:35:24 +01:00 committed by GitHub
commit 182e85bf1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
ename='DB';
eport=5432;
if [ '$DB_TYPE' = 'mysql' ];
if [ "$DB_TYPE" = 'mysql' ];
then
eport=3306;
dbhost=$DB_PORT_3306_TCP_ADDR