summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2020-05-14 16:55:27 +0200
committerGerd Hoffmann <kraxel@redhat.com>2020-05-14 16:55:27 +0200
commitd39a2e230ebff617a846855a647d882219f8020b (patch)
treefaa5e771020317cc41340119a9c3fb476d79c02b
parent435971858c69ee20457660fbbd4ee4c52aa21a39 (diff)
downloads2i-base-httpd-d39a2e230ebff617a846855a647d882219f8020b.tar.gz
don't barf without proxy config
-rw-r--r--etc/proxy.sh2
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 "-=-"