diff options
Diffstat (limited to 's2i/bin/run')
-rwxr-xr-x | s2i/bin/run | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/s2i/bin/run b/s2i/bin/run index 477074f..79747ce 100755 --- a/s2i/bin/run +++ b/s2i/bin/run @@ -1,10 +1,5 @@ #!/bin/sh -set -x -id -a -pwd -ls -la documentroot -ls -la /etc/httpd -#sh -x "${0}.httpd" "$@" -source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh -export HTTPD_RUN_BY_S2I=1 -sh -x /usr/bin/run-httpd $@ +exec "${0}.httpd" "$@" +#source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh +#export HTTPD_RUN_BY_S2I=1 +#sh -x /usr/bin/run-httpd $@ |