diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 15:44:37 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 15:44:37 +0100 |
commit | 7d457b44f24ba0fa0f22673685898e07b1a15e6f (patch) | |
tree | 9f67f66f84c151da2ff57a92e62fbcbbdaf5fb1a | |
parent | f3c96aee9c45d22e5af020da92314c1e90ceaa5a (diff) | |
download | s2i-virtio-spec-7d457b44f24ba0fa0f22673685898e07b1a15e6f.tar.gz |
debug
-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..874f3c2 100755 --- a/s2i/bin/run +++ b/s2i/bin/run @@ -1,2 +1,5 @@ #!/bin/sh +echo "--- debug ---" +ls -la /run/httpd +echo "---" exec httpd -D FOREGROUND |