[odrs-web/oscp] Previous commit needed an adjustement here as well



commit f0487ef0c71a88d8a3c67389c5da50f321af26ab
Author: Andrea Veri <averi redhat com>
Date:   Tue Nov 13 15:40:09 2018 +0100

    Previous commit needed an adjustement here as well

 entrypoint.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index 7f44840..299a204 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,8 +1,8 @@
 #!/bin/sh
 
-sed -i "s/replace_odrs_secret/${ODRS_REVIEW_SECRET}/" /etc/httpd/conf.d/000-default.conf
-sed -i "s/replace_odrs_username/${MYSQL_DB_USER}/" /etc/httpd/conf.d/000-default.conf
-sed -i "s/replace_odrs_password/${MYSQL_DB_PASSWORD}/" /etc/httpd/conf.d/000-default.conf
-sed -i "s/replace_odrs_host/${MYSQL_DB_HOST}/" /etc/httpd/conf.d/000-default.conf
+sed -i "s/replace_odrs_secret/${ODRS_REVIEW_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
 
 exec /usr/bin/run-httpd


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