diff options
Diffstat (limited to 'etc/proxy.sh')
-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 "-=-" |