|
@@ -123,7 +123,7 @@ public class HaixinServiceImpl implements IHaixinService {
|
|
|
|
|
|
private void zip(String sourcePath, String zipPath) throws Exception {
|
|
|
FileUtil.mkParentDirs(zipPath);
|
|
|
- String cmd = "cd " + sourcePath + " && zip -r -s 2048M" + zipPath + " *";//&& mv -f " + zipPath + " " + target
|
|
|
+ String cmd = "cd " + sourcePath + " && zip -r -s 2048M " + zipPath + " *";//&& mv -f " + zipPath + " " + target
|
|
|
CmdUtils.callLineSh(cmd, 200);
|
|
|
}
|
|
|
}
|