mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix for proxy usage.
This commit is contained in:
parent
cb2cb117d0
commit
5e1ec1c50e
1 changed files with 1 additions and 1 deletions
2
testing/external/scripts/update-traces
vendored
2
testing/external/scripts/update-traces
vendored
|
@ -20,7 +20,7 @@ for p in .proxy ../.proxy; do
|
|||
if [ -e $p ]; then
|
||||
proxy=`cat $p | head -1 | awk '{print $1}'`
|
||||
echo Using proxy $p ...
|
||||
proxy="ALL_PROXY=$p"
|
||||
proxy="ALL_PROXY=$proxy"
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue