迁移后数据赋权限

web_backend_develope
chenlw 9 years ago
parent 44260a720c
commit 86db77dd5c

@ -92,7 +92,7 @@ public class CopyData {
log.info("3202 "+sourceFolderName+"/"+fileName+" is not exists");
return -2;
}
String command = "cp -r " + sourceFolderName + "/" + fileName+" "+destFolderName;
String command = "cp -rp " + sourceFolderName + "/" + fileName+" "+destFolderName;
/*
* RunCommand runCommand = new RunCommand();

Loading…
Cancel
Save