Skip to content

Commit e993b75

Browse files
committed
Reverting unwanted change.
1 parent 8578caf commit e993b75

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)