Skip to content

Commit 218633b

Browse files
authored
Fix http_proxy export line
1 parent 49a3d83 commit 218633b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

downloader_force_proxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ set -euo pipefail
2222
your_http_proxy_url="http://your-proxy-server-url-goes-here.com"
2323

2424
rm -f /media/fat/Scripts/.config/downloader_bin /media/fat/Scripts/.config/downloader_latest.zip
25-
export http_proxy="${http_proxy}:-${your_http_proxy_url}"
25+
export http_proxy="${http_proxy:-${your_http_proxy_url}}"
2626
/media/fat/Scripts/downloader.sh

0 commit comments

Comments
 (0)