fix: change proxy addr
This commit is contained in:
parent
e1eb3c1ffe
commit
dc324d7d9d
@ -554,7 +554,7 @@ command_exists() {
|
|||||||
sh_c() {
|
sh_c() {
|
||||||
echoh "+ $*"
|
echoh "+ $*"
|
||||||
if [ ! "${DRY_RUN-}" ]; then
|
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
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user