[damned-lies/oscp] The double quotes are removed which makes scl enable not work, try adding a second pair of quotes



commit 8feee6ddb74b8c0eae08e5dd9584b39843d35bb7
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 11 18:26:27 2019 +0200

    The double quotes are removed which makes scl enable not work, try adding a second pair of quotes

 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index 3d76a2d5..ab69c2b0 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -9,4 +9,4 @@ 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
 
 /l10n/venv/bin/python manage.py collectstatic
-scl enable rh-python36 httpd24 "$@"
+scl enable rh-python36 httpd24 ""$@""


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