[odrs-web/oscp] trivial: Use a more standard Python binary name
- From: Richard Hughes <rhughes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [odrs-web/oscp] trivial: Use a more standard Python binary name
- Date: Wed, 29 Apr 2020 17:43:07 +0000 (UTC)
commit 052c2684681eaa798b0d7884ece1a05e0433062c
Author: Richard Hughes <richard hughsie com>
Date: Wed Apr 29 17:35:46 2020 +0100
trivial: Use a more standard Python binary name
app_data/httpd-pre-init/entrypoint.sh | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/app_data/httpd-pre-init/entrypoint.sh b/app_data/httpd-pre-init/entrypoint.sh
index 501f702..c1f2d98 100755
--- a/app_data/httpd-pre-init/entrypoint.sh
+++ b/app_data/httpd-pre-init/entrypoint.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-python36 /opt/app-root/src/wsgi-scripts/odrs-apache-setup.py ${HTTPD_CONFIGURATION_PATH}/odrs.gnome.org.conf
+python3 /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 &
-while true; do python36 /opt/app-root/src/cron.py fsck ; sleep 43200 ; done &
+while true; do python3 /opt/app-root/src/cron.py ratings /opt/app-root/src/odrs/static/ratings.json ; sleep
43200 ; done &
+while true; do python3 /opt/app-root/src/cron.py fsck ; sleep 43200 ; done &
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]