diff --git a/setup/so-functions b/setup/so-functions index ea5720a03..0b35c6e5f 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -2258,8 +2258,8 @@ set_proxy() { { echo "export use_proxy=on" echo "export http_proxy=\"${so_proxy}\"" - echo "export https_proxy=\"\$http_addr\"" - echo "export ftp_proxy=\"\$http_addr\"" + echo "export https_proxy=\"\$http_proxy\"" + echo "export ftp_proxy=\"\$http_proxy\"" echo "export no_proxy=\"${no_proxy_string}\"" } > /etc/profile.d/so-proxy.sh