mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
clean up
This commit is contained in:
parent
9081ff8e65
commit
7ecbb4b3c9
|
@ -219,7 +219,7 @@ func genFileCopyTask(fileOrDir string, destPath string, fileCopyTaskChan chan Fi
|
||||||
|
|
||||||
fileCopyTaskChan <- FileCopyTask{
|
fileCopyTaskChan <- FileCopyTask{
|
||||||
sourceLocation: fileOrDir,
|
sourceLocation: fileOrDir,
|
||||||
destinationUrlPath: destPath,//+fi.Name(),
|
destinationUrlPath: destPath,
|
||||||
fileSize: fi.Size(),
|
fileSize: fi.Size(),
|
||||||
fileMode: fi.Mode(),
|
fileMode: fi.Mode(),
|
||||||
uid: uid,
|
uid: uid,
|
||||||
|
|
Loading…
Reference in a new issue