--updateversion saves updates to incorrect location #499
This commit is contained in:
parent
e1524048cf
commit
77b313bf92
1 changed files with 1 additions and 1 deletions
|
@ -608,7 +608,7 @@ sub update_tuner_version {
|
|||
debugprint "$httpcli is available.";
|
||||
|
||||
$fullpath=dirname(__FILE__)."/".$script;
|
||||
debugprint "FullPath: $fullpath"
|
||||
debugprint "FullPath: $fullpath";
|
||||
debugprint
|
||||
"$httpcli --connect-timeout 3 '$url$script' 2>$devnull > $fullpath";
|
||||
$update =
|
||||
|
|
Loading…
Reference in a new issue