scripts/download.pl: pass aria2 config in ENV only
authorZhang Hua <zhanghuadedn@gmail.com>
Sun, 2 Oct 2022 11:04:12 +0000 (19:04 +0800)
committerChristian Marangi <ansuelsmth@gmail.com>
Thu, 20 Oct 2022 18:38:31 +0000 (20:38 +0200)
commita53f29b583dd974b8b65737bab7fbca7753c738c
treeb5ecdec47b71d1ab8d4c71b95c4609e7b97485bc
parentedbf9f156f85c90c899a576aff8a9f8aa506d4a5
scripts/download.pl: pass aria2 config in ENV only

The aria2c command tries to load config from
${XDG_CONFIG_HOME:-${HOME}/.config}/aria2/aria2.conf by default,
which may result unexpected behavior.

As a replacement, people can use environment variable ARIA2C_OPTIONS
to custom arguments passed to aria2c like curl and wget below.
Including --conf-path=/path/to/config.conf in ARIA2C_OPTIONS can
also set a custom config file path easily if needed.

Signed-off-by: Zhang Hua <zhanghuadedn@gmail.com>
scripts/download.pl