[damned-lies/oscp] Escape a pair of quotes



commit 7c4bb65eb1b9185041567a3098af05fedcf58213
Author: Andrea Veri <averi redhat com>
Date:   Wed Sep 11 18:28:15 2019 +0200

    Escape a pair of quotes

 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index ab69c2b0..1bfa2cbc 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]