[damned-lies] fix: missing endif after removing some config in entrypoint



commit 9fb9f8599292577859908ef91a2a055cb9805ab6
Author: Guillaume Bernard <associations guillaume-bernard fr>
Date:   Tue May 10 09:51:58 2022 +0200

    fix: missing endif after removing some config in entrypoint

 containers/production/configuration/entrypoint.sh.jinja2 | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/containers/production/configuration/entrypoint.sh.jinja2 
b/containers/production/configuration/entrypoint.sh.jinja2
index 12b82e2a..73fc2b27 100755
--- a/containers/production/configuration/entrypoint.sh.jinja2
+++ b/containers/production/configuration/entrypoint.sh.jinja2
@@ -12,6 +12,7 @@ sed -i "s/\$DB_PORT/${DB_PORT}/" "${LOCAL_SETTINGS_FILE}"
 sed -i "s/\$SECRET_KEY/${SECRET_KEY}/" "${LOCAL_SETTINGS_FILE}"
 sed -i "s/\$SENTRY_DSN/${SENTRY_DSN}/" "${LOCAL_SETTINGS_FILE}"
 sed -i "s/\$GITLAB_TOKEN/${GITLAB_TOKEN}/" "${LOCAL_SETTINGS_FILE}"
+{% endif %}
 
 # The domain under which the application is publicly available
 sed -i "s/\$SITE_DOMAIN/${SITE_DOMAIN}/" "${LOCAL_SETTINGS_FILE}"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]