Browse Source

clean up

pull/1586/head
Chris Lu 4 years ago
parent
commit
7ecbb4b3c9
  1. 2
      weed/command/filer_copy.go

2
weed/command/filer_copy.go

@ -219,7 +219,7 @@ func genFileCopyTask(fileOrDir string, destPath string, fileCopyTaskChan chan Fi
fileCopyTaskChan <- FileCopyTask{
sourceLocation: fileOrDir,
destinationUrlPath: destPath,//+fi.Name(),
destinationUrlPath: destPath,
fileSize: fi.Size(),
fileMode: fi.Mode(),
uid: uid,

Loading…
Cancel
Save