From 6c1af3b2a5962fc4b717c74d698b25bd419f6b69 Mon Sep 17 00:00:00 2001 From: x86dev Date: Sat, 5 Sep 2015 01:36:57 +0200 Subject: [PATCH] D'oh^2 --- ttrss-configure-db.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ttrss-configure-db.php b/ttrss-configure-db.php index 66dccbc..c0e1cb3 100644 --- a/ttrss-configure-db.php +++ b/ttrss-configure-db.php @@ -10,7 +10,7 @@ $conffile = $confpath . 'config.php'; $ename = 'DB'; $eport = 5432; -echo 'Configuring database for: ' $conffile . PHP_EOL; +echo 'Configuring database for: ' . $conffile . PHP_EOL; // check DB_NAME, which will be set automatically for a linked "db" container if (!env($ename . '_PORT', '')) {