diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 15:54:19 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 15:54:19 +0200 |
commit | 8d62902266f864d16d6568de5efc78090821e4eb (patch) | |
tree | cfbdb7a5bf3f06e4e3fd8d96da9c5112315eb22f | |
parent | 5b9c5604c58c67b069e8a22851efd2ed4bd7b1d5 (diff) | |
download | s2i-jekyll-8d62902266f864d16d6568de5efc78090821e4eb.tar.gz |
more debug #2
-rwxr-xr-x | s2i/bin/run | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/s2i/bin/run b/s2i/bin/run index 1301807..d6d8b9c 100755 --- a/s2i/bin/run +++ b/s2i/bin/run @@ -2,6 +2,8 @@ set -x id -a pwd -ls -la ls -la documentroot -sh -x "${0}.httpd" "$@" +#sh -x "${0}.httpd" "$@" +source ${HTTPD_CONTAINER_SCRIPTS_PATH}/common.sh +export HTTPD_RUN_BY_S2I=1 +sh -x /usr/bin/run-httpd $@ |