diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2020-05-14 16:55:27 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2020-05-14 16:55:27 +0200 |
commit | d39a2e230ebff617a846855a647d882219f8020b (patch) | |
tree | faa5e771020317cc41340119a9c3fb476d79c02b | |
parent | 435971858c69ee20457660fbbd4ee4c52aa21a39 (diff) | |
download | s2i-base-httpd-d39a2e230ebff617a846855a647d882219f8020b.tar.gz |
don't barf without proxy config
-rw-r--r-- | etc/proxy.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/proxy.sh b/etc/proxy.sh index 0027af5..c278d10 100644 --- a/etc/proxy.sh +++ b/etc/proxy.sh @@ -15,5 +15,5 @@ if test "$NO_PROXY" != ""; then fi echo "-=- debug -=-" -set | grep -i -e "_proxy=" +set | grep -i -e "_proxy=" || true echo "-=-" |