[odrs-web/oscp] Path fixes here as well



commit ae053a886c7007463b4a7d6e78cd9fef5508b817
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 12 19:26:06 2018 +0100

    Path fixes here as well

 entrypoint.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/entrypoint.sh b/entrypoint.sh
index b48f31b..cd40ddc 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/${ODRS_DB_USER}/" /etc/httpd/conf.d/000-default.conf
-sed -i "s/replace_odrs_password/${ODRS_DB_PASSWORD}/" /etc/httpd/conf.d/000-default.conf
-sed -i "s/replace_odrs_host/${ODRS_DB_HOST}/" /etc/httpd/conf.d/000-default.conf
+sed -i "s/replace_odrs_secret/${ODRS_REVIEW_SECRET}/" /etc/apache2/conf.d/000-default.conf
+sed -i "s/replace_odrs_username/${ODRS_DB_USER}/" /etc/apache2/conf.d/000-default.conf
+sed -i "s/replace_odrs_password/${ODRS_DB_PASSWORD}/" /etc/apache2/conf.d/000-default.conf
+sed -i "s/replace_odrs_host/${ODRS_DB_HOST}/" /etc/apache2/conf.d/000-default.conf
 
 exec httpd -DFOREGROUND


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