mirror of https://github.com/BOINC/boinc.git
Fixed touch md5 file path
This commit is contained in:
parent
874caec2f0
commit
11e3db5dc0
|
@ -90,7 +90,7 @@ function stage_file($path) {
|
|||
if (!$ret) error_exit(" copy failed\n");
|
||||
if ($verbose) echo " moved file\n";
|
||||
}
|
||||
touch("$path.md5");
|
||||
touch("$dl_path.md5");
|
||||
break;
|
||||
case -1:
|
||||
error_exit("
|
||||
|
|
Loading…
Reference in New Issue