[library-web/oscp] Fix entrypoint



commit 00b65e25477ddfb4162a94f701082c6f331f254c
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Wed Jan 15 08:17:23 2020 +0100

    Fix entrypoint

 httpd/entrypoint.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/httpd/entrypoint.sh b/httpd/entrypoint.sh
index 7744fc2..b941849 100755
--- a/httpd/entrypoint.sh
+++ b/httpd/entrypoint.sh
@@ -1,2 +1,2 @@
 #!/bin/bash
-scl enable rh-python36 httpd24 "$*"
+scl enable httpd24 "$*"


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