From 1c9986d85b57df7c58d71201a242ea424592d58b Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Tue, 10 Sep 2019 18:01:05 +0200 Subject: copy all httpd s2i scripts --- s2i/bin/run | 3 --- 1 file changed, 3 deletions(-) (limited to 's2i') diff --git a/s2i/bin/run b/s2i/bin/run index 79747ce..e63ae48 100755 --- a/s2i/bin/run +++ b/s2i/bin/run @@ -1,5 +1,2 @@ #!/bin/sh exec "${0}.httpd" "$@" -#source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh -#export HTTPD_RUN_BY_S2I=1 -#sh -x /usr/bin/run-httpd $@ -- cgit