diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 15:57:37 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 15:57:37 +0100 |
commit | 8249bbec55902a120d0707d0cc07dcb5925ab59c (patch) | |
tree | b0709e23f7569a5be4ae41ece6f627289452d92e /s2i | |
parent | ae0c5cc211a14ff40b8f82ba07d79657f9f3e85d (diff) | |
download | s2i-virtio-spec-8249bbec55902a120d0707d0cc07dcb5925ab59c.tar.gz |
debug
Diffstat (limited to 's2i')
-rwxr-xr-x | s2i/bin/run | 3 |
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 |