[odrs-web/oscp] Go match the variable name odrs expects



commit c8907852ddc5552a80e3483ac15ef4308957a1d2
Author: Andrea Veri <averi redhat com>
Date:   Tue Nov 13 16:15:54 2018 +0100

    Go match the variable name odrs expects

 entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index 299a204..376a228 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,6 +1,6 @@
 #!/bin/sh
 
-sed -i "s/replace_odrs_secret/${ODRS_REVIEW_SECRET}/" /etc/httpd/conf.d/odrs.gnome.org.conf
+sed -i "s/replace_odrs_secret/${ODRS_REVIEWS_SECRET}/" /etc/httpd/conf.d/odrs.gnome.org.conf
 sed -i "s/replace_odrs_username/${MYSQL_DB_USER}/" /etc/httpd/conf.d/odrs.gnome.org.conf
 sed -i "s/replace_odrs_password/${MYSQL_DB_PASSWORD}/" /etc/httpd/conf.d/odrs.gnome.org.conf
 sed -i "s/replace_odrs_host/${MYSQL_DB_HOST}/" /etc/httpd/conf.d/odrs.gnome.org.conf


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