|
@@ -168,7 +168,7 @@ public class UploadSceneListener {
|
|
|
FileUtil.mkdir(sceneViewDataPath);
|
|
FileUtil.mkdir(sceneViewDataPath);
|
|
|
FileUtil.mkdir(sceneEditDataPath);
|
|
FileUtil.mkdir(sceneEditDataPath);
|
|
|
String cpCmd = "cp -p -r " + sourcePath + "/env/wwwroot/scene_view_data/" + num +"/* " + sceneViewDataPath;
|
|
String cpCmd = "cp -p -r " + sourcePath + "/env/wwwroot/scene_view_data/" + num +"/* " + sceneViewDataPath;
|
|
|
- String cpEditUserCmd = "cp -p -r " + sourcePath + "/env/wwwroot/scene_view_data/" + num +"/user " + sceneViewDataPath;
|
|
|
|
|
|
|
+ String cpEditUserCmd = "cp -p -r " + sourcePath + "/env/wwwroot/scene_edit_data/" + num +"/user " + sceneViewDataPath;
|
|
|
CmdUtils.callLineSh(cpCmd);
|
|
CmdUtils.callLineSh(cpCmd);
|
|
|
CmdUtils.callLineSh(cpEditUserCmd);
|
|
CmdUtils.callLineSh(cpEditUserCmd);
|
|
|
|
|
|