Skip to content

Commit

Permalink
🐛 Fix common config init
Browse files Browse the repository at this point in the history
Signed-off-by: mathieu.brunot <[email protected]>
  • Loading branch information
madmath03 authored and mriedmann committed Sep 5, 2020
1 parent 8c8497f commit 708ffab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<?php return ' \
Expand Down

0 comments on commit 708ffab

Please sign in to comment.