diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 17:58:38 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-03-04 17:58:38 +0100 |
commit | 8025c3edfe9eb5e0b4bdffb3ebcbac9ef43b62ef (patch) | |
tree | 0e46102513d6cdef58e503dde6ed11b537bd7dd6 /s2i | |
parent | d83c3b902bb70a05838c6b928744b58b5fa3d3f6 (diff) | |
download | s2i-base-httpd-8025c3edfe9eb5e0b4bdffb3ebcbac9ef43b62ef.tar.gz |
proxy debug
Diffstat (limited to 's2i')
-rwxr-xr-x | s2i/bin/assemble.pre | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s2i/bin/assemble.pre b/s2i/bin/assemble.pre index c5fb359..c278e2c 100755 --- a/s2i/bin/assemble.pre +++ b/s2i/bin/assemble.pre @@ -8,5 +8,5 @@ export HOME=/opt/app-root/src cd $HOME echo "-=- debug -=-" -(set -x; id -a; pwd) +(set -x; id -a; pwd; set | grep -i -e _proxy=) echo "-=-" |