[odrs-web/oscp] Missing closing parenthesis



commit 660c6eecf6e77dba46754c3ea585fd917ee260c4
Author: Andrea Veri <averi redhat com>
Date:   Mon Nov 12 20:08:16 2018 +0100

    Missing closing parenthesis

 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 4e92e62..fd50010 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,8 +19,8 @@ COPY odrs.gnome.org.conf /etc/apache2/conf.d/000-default.conf
 RUN sed -i 's/Listen 80/Listen 8080/' /etc/apache2/httpd.conf
 RUN sed -i 's/Listen 443/Listen 8443/' /etc/apache2/conf.d/ssl.conf
 RUN sed -i 's/#LoadModule expires_module/LoadModule expires_module/' /etc/apache2/httpd.conf
-RUN sed -i 's/CustomLog/#CustomLog' /etc/apache2/httpd.conf
-RUN sed -i 's/ErrorLog/#ErrorLog' /etc/apache2/httpd.conf
+RUN sed -i 's/CustomLog/#CustomLog/' /etc/apache2/httpd.conf
+RUN sed -i 's/ErrorLog/#ErrorLog/' /etc/apache2/httpd.conf
 
 RUN groupadd -g 1001 odrs
 RUN useradd -u 1001 -g 1001 -d ${ODRS_HOME}/ -r -s /usr/sbin/nologin odrs


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