From 708ffabac6b7e0f1c10aec7ba2da899912433ed9 Mon Sep 17 00:00:00 2001 From: "mathieu.brunot" Date: Thu, 3 Sep 2020 01:08:31 +0200 Subject: [PATCH] :bug: Fix common config init Signed-off-by: mathieu.brunot --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 76564bcd..e83b08b5 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -66,7 +66,7 @@ escape_for_replace() { echo "==" -if [ -f "/var/www/localhost/htdocs/protected/config/dynamic.php" ]; then +if [ ! -f "/var/www/localhost/htdocs/protected/config/common.php" ]; then echo "Generate config using common factory ..." echo '