diff options
Diffstat (limited to 's2i/bin/run')
-rwxr-xr-x | s2i/bin/run | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/s2i/bin/run b/s2i/bin/run deleted file mode 100755 index 6692e10..0000000 --- a/s2i/bin/run +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -echo "--- debug ---" -find /etc/httpd -type f | xargs egrep -i -e '(listen)' -echo "---" -exec httpd -D FOREGROUND |