mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-11 08:56:01 +00:00
double quotes to expand $DB_TYPE
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user