aboutsummaryrefslogtreecommitdiffstats
path: root/s2i
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-11-22 15:57:37 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-11-22 15:57:37 +0100
commit8249bbec55902a120d0707d0cc07dcb5925ab59c (patch)
treeb0709e23f7569a5be4ae41ece6f627289452d92e /s2i
parentae0c5cc211a14ff40b8f82ba07d79657f9f3e85d (diff)
downloads2i-virtio-spec-8249bbec55902a120d0707d0cc07dcb5925ab59c.tar.gz
debug
Diffstat (limited to 's2i')
-rwxr-xr-xs2i/bin/run3
1 files changed, 3 insertions, 0 deletions
diff --git a/s2i/bin/run b/s2i/bin/run
index 871fc82..4490451 100755
--- a/s2i/bin/run
+++ b/s2i/bin/run
@@ -1,2 +1,5 @@
#!/bin/sh
+echo "--- debug ---"
+find /etc/httpd -type f | xargs egrep -i -e '(listen|log)'
+echo "---"
exec httpd -D FOREGROUND