summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorpsykose <alice@ayaya.dev>2022-06-28 10:03:30 +0000
committerpsykose <alice@ayaya.dev>2022-06-28 12:03:30 +0200
commitab67ab0733c2fd5bf0f8272f2ef65aee71984cc3 (patch)
tree58f189d0631bc263e19a9966139a87ab08954060 /.gitignore
parent2b6126d614658955a358aa8ed78c40af896121e2 (diff)
downloadalpine-conf-ab67ab0733c2fd5bf0f8272f2ef65aee71984cc3.zip
setup-proxy: fix empty proxy
the while loop loops until the value of proxyurl is none or a http*:// scheme. however, when proxyurl is set to 'none', it then gets unset here (`proxyurl= ;`), but the following `if` block checks if it is 'none' and fails, so we configure an empty http_proxy= in the proxy.sh profile script. this is then read by some software, and it causes it to crash. for instance, flatpak via glib reads `http_proxy` from the environment, and an empty variable is illegal.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions