diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-16 06:18:40 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-16 06:18:40 +0200 |
commit | 63e45daed99acfc651ae8ebc8928c285ef504e72 (patch) | |
tree | dbbb4c04840ad2dca382e21a19fc934d5bdf12bf | |
parent | ff9fe32d358cdaebea50cd3f4aff8b326a903c76 (diff) | |
download | s2i-jekyll-63e45daed99acfc651ae8ebc8928c285ef504e72.tar.gz |
debug
-rwxr-xr-x | s2i/bin/assemble | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/s2i/bin/assemble b/s2i/bin/assemble index 554b195..6847f4f 100755 --- a/s2i/bin/assemble +++ b/s2i/bin/assemble @@ -12,6 +12,15 @@ if [[ "$1" == "-h" ]]; then exec /usr/libexec/s2i/usage fi +# debug +echo "---" +set | grep ^HTTPD || true +echo "---" +cat /usr/libexec/s2i/assemble.httpd || true +echo "---" +find /usr/share/container-scripts -type f -print|| true +echo "---" + set -e echo "---> Enabling s2i support in httpd24 image ..." |