aria2: handle check_certificate=false config option
Signed-off-by: Waldemar Konik <informatyk74@interia.pl>
This commit is contained in:
parent
4e4a4a4c74
commit
7b1c25f48c
1 changed files with 2 additions and 0 deletions
|
@ -252,6 +252,8 @@ aria2_start() {
|
|||
if [ ."$check_certificate" = ."true" ]; then
|
||||
append_setting "check-certificate=true"
|
||||
append_options "ca_certificate"
|
||||
elif [ ."$check_certificate" = ."false" ]; then
|
||||
append_setting "check-certificate=false"
|
||||
fi
|
||||
|
||||
if [ ."$enable_dht" = ."true" ]; then
|
||||
|
|
Loading…
Reference in a new issue