[damned-lies/oscp] Fix compile-trans



commit 549bd8d97cde33d1d7fd7dd9c7852a27d0020406
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Thu Mar 26 08:22:05 2020 +0100

    Fix compile-trans

 httpd_min/entrypoint.sh | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/httpd_min/entrypoint.sh b/httpd_min/entrypoint.sh
index d091e77d..001f7868 100755
--- a/httpd_min/entrypoint.sh
+++ b/httpd_min/entrypoint.sh
@@ -9,6 +9,7 @@ sed -i "s/\$SENTRY_DSN/${SENTRY_DSN}/" /l10n/damnedlies/damnedlies/local_setting
 sed -i "s/\$GITLAB_TOKEN/${GITLAB_TOKEN}/" /l10n/damnedlies/damnedlies/local_settings.py
 
 echo 'Compiling translations'
+cd /l10n/damnedlies
 /l10n/venv/bin/python manage.py compile-trans
 
 exec /usr/bin/run-httpd


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