fix: change proxy addr
This commit is contained in:
parent
e1eb3c1ffe
commit
dc324d7d9d
@ -554,7 +554,7 @@ command_exists() {
|
||||
sh_c() {
|
||||
echoh "+ $*"
|
||||
if [ ! "${DRY_RUN-}" ]; then
|
||||
sh -c "HTTPS_PROXY=http://vaala:bcali@10.10.0.4:8899 HTTP_PROXY=http://vaala:bcali@10.10.0.4:8899 $*"
|
||||
sh -c "HTTPS_PROXY=http://vaala:bcali@100.100.0.9:8899 HTTP_PROXY=http://vaala:bcali@100.100.0.9:8899 $*"
|
||||
fi
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user