diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 14:49:51 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-09-10 14:49:51 +0200 |
commit | 9263655f4accdc2eccb34c27b3d82975858fee13 (patch) | |
tree | d57db238c890f369e7899d316f3936615fe356fb /s2i | |
parent | 0103cf0f0fd7f732e4daebe7bacbd3d06b848b8f (diff) | |
download | s2i-jekyll-9263655f4accdc2eccb34c27b3d82975858fee13.tar.gz |
more debug
Diffstat (limited to 's2i')
-rwxr-xr-x | s2i/bin/run | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/s2i/bin/run b/s2i/bin/run index b1ad5d8..0523838 100755 --- a/s2i/bin/run +++ b/s2i/bin/run @@ -3,3 +3,5 @@ set -x id -a pwd ls -la +ls -la documentroot +exec "${0}.httpd" "$@" |