diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 15:50:52 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-11-22 15:50:52 +0100 |
commit | 7628b87568005ac9ed6687b2f3067bcb03f05eba (patch) | |
tree | abc6920dd6da54c6dec575b9f28a1b58d1261d97 /s2i | |
parent | c425de4b157f5febfd905bab82dacfdc63671243 (diff) | |
download | s2i-virtio-spec-7628b87568005ac9ed6687b2f3067bcb03f05eba.tar.gz |
fix listening port
Diffstat (limited to 's2i')
-rwxr-xr-x | s2i/bin/run | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/s2i/bin/run b/s2i/bin/run index 874f3c2..871fc82 100755 --- a/s2i/bin/run +++ b/s2i/bin/run @@ -1,5 +1,2 @@ #!/bin/sh -echo "--- debug ---" -ls -la /run/httpd -echo "---" exec httpd -D FOREGROUND |