diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-05-14 18:43:18 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-05-14 18:43:18 +0200 |
commit | 6442241b0e181e55d2855eaa19d6dec24ec1c5f3 (patch) | |
tree | 0db7ba18c30e3c03cdd032cf48d0a68941357bc4 /s2i/bin/assemble.pre | |
parent | d39a2e230ebff617a846855a647d882219f8020b (diff) | |
download | s2i-base-httpd-6442241b0e181e55d2855eaa19d6dec24ec1c5f3.tar.gz |
don't barf without proxy config #2
Diffstat (limited to 's2i/bin/assemble.pre')
-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 c278e2c..f888ff6 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 | grep -i -e _proxy=) +(set -x; id -a; pwd; set | grep -i -e _proxy= || true) echo "-=-" |