aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-09-16 06:18:40 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-09-16 06:18:40 +0200
commit63e45daed99acfc651ae8ebc8928c285ef504e72 (patch)
treedbbb4c04840ad2dca382e21a19fc934d5bdf12bf
parentff9fe32d358cdaebea50cd3f4aff8b326a903c76 (diff)
downloads2i-jekyll-63e45daed99acfc651ae8ebc8928c285ef504e72.tar.gz
debug
-rwxr-xr-xs2i/bin/assemble9
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 ..."