#204 updater works fine with curl now
This commit is contained in:
parent
858536f86e
commit
959a41b708
1 changed files with 2 additions and 2 deletions
|
@ -532,9 +532,9 @@ sub update_tuner_version {
|
||||||
debugprint "$httpcli is available.";
|
debugprint "$httpcli is available.";
|
||||||
|
|
||||||
debugprint
|
debugprint
|
||||||
"$httpcli --connect-timeout 5 -silent '$url$script' > $script";
|
"$httpcli --connect-timeout 5 '$url$script' 2>$devnull > $script";
|
||||||
$update =
|
$update =
|
||||||
`$httpcli --connect-timeout 5 -silent '$url$script' > $script`;
|
`$httpcli --connect-timeout 5 '$url$script' 2>$devnull > $script`;
|
||||||
chomp($update);
|
chomp($update);
|
||||||
debugprint "$script updated: $update";
|
debugprint "$script updated: $update";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue