Skip to content

Commit 70ce5eb

Browse files
committed
fix
1 parent 586b0ea commit 70ce5eb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

usr/bin/dist-installer-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2642,7 +2642,7 @@ check_tor_proxy() {
26422642
expected_response_header="HTTP/1.0 501 Tor is not an HTTP Proxy"
26432643
log info "Expected response header:"
26442644
log info "'$expected_response_header'"
2645-
cmd_check_proxy=( 'env' 'UTW_DEV_PASSTHROUGH=1' 'curl' '--silent' '--show-error' '--max-time' '3' '--head' "http://${proxy}" )
2645+
cmd_check_proxy=( 'env' 'UWT_DEV_PASSTHROUGH=1' 'curl' '--silent' '--show-error' '--max-time' '3' '--head' "http://${proxy}" )
26462646
log info "Command used to check if proxy is functional:"
26472647
log info "${cmd_check_proxy[*]}"
26482648
actual_response_header="$("${cmd_check_proxy[@]}" 2>&1)"

usr/share/usability-misc/dist-installer-cli-standalone

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3391,7 +3391,7 @@ check_tor_proxy() {
33913391
expected_response_header="HTTP/1.0 501 Tor is not an HTTP Proxy"
33923392
log info "Expected response header:"
33933393
log info "'$expected_response_header'"
3394-
cmd_check_proxy=( 'env' 'UTW_DEV_PASSTHROUGH=1' 'curl' '--silent' '--show-error' '--max-time' '3' '--head' "http://${proxy}" )
3394+
cmd_check_proxy=( 'env' 'UWT_DEV_PASSTHROUGH=1' 'curl' '--silent' '--show-error' '--max-time' '3' '--head' "http://${proxy}" )
33953395
log info "Command used to check if proxy is functional:"
33963396
log info "${cmd_check_proxy[*]}"
33973397
actual_response_header="$("${cmd_check_proxy[@]}" 2>&1)"

0 commit comments

Comments
 (0)