diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 16:38:19 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 16:38:19 +0200 |
commit | e7715de166fed50094321b54956d8c7f59673804 (patch) | |
tree | 6e9562b5d3fe495d3b48eac346c7909e59e9796e | |
parent | 8d62902266f864d16d6568de5efc78090821e4eb (diff) | |
download | s2i-jekyll-e7715de166fed50094321b54956d8c7f59673804.tar.gz |
more debug #3
-rwxr-xr-x | s2i/bin/run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/s2i/bin/run b/s2i/bin/run index d6d8b9c..477074f 100755 --- a/s2i/bin/run +++ b/s2i/bin/run @@ -3,6 +3,7 @@ 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 |