[odrs-web] trivial: Fix path



commit f4484685c0edbb036d447fc9d25faed39b686805
Author: Richard Hughes <richard hughsie com>
Date:   Mon Jul 1 12:39:06 2019 +0100

    trivial: Fix path

 app_data/httpd-pre-init/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app_data/httpd-pre-init/entrypoint.sh b/app_data/httpd-pre-init/entrypoint.sh
index c542d25..c230887 100755
--- a/app_data/httpd-pre-init/entrypoint.sh
+++ b/app_data/httpd-pre-init/entrypoint.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
 
-python36 /opt/app-root/src/app_data/wsgi-scripts/odrs-apache-setup.py 
${HTTPD_CONFIGURATION_PATH}/odrs.gnome.org.conf
+python36 /opt/app-root/src/wsgi-scripts/odrs-apache-setup.py ${HTTPD_CONFIGURATION_PATH}/odrs.gnome.org.conf
 
 while true; do python36 /opt/app-root/src/cron.py ratings /opt/app-root/src/odrs/static/ratings.json ; sleep 
43200 ; done &


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