Skip to content

Commit 885b4e8

Browse files
authored
Fixing downloader paths in downloader_force_proxy.sh
1 parent f3fe3d8 commit 885b4e8

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
@@ -21,6 +21,6 @@ set -euo pipefail
2121

2222
your_http_proxy_url="http://your-proxy-server-url-goes-here.com"
2323

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

0 commit comments

Comments
 (0)