Commit d3bfee46 authored by libin's avatar libin

上传包的修改

parent 4e4ed835
...@@ -74,7 +74,7 @@ public class FileUploadServiceImpl implements FileUploadService { ...@@ -74,7 +74,7 @@ public class FileUploadServiceImpl implements FileUploadService {
log.info("执行复制上传包为xxfc.apk"); log.info("执行复制上传包为xxfc.apk");
//复制包 //复制包
runtime.exec("cp -f "+uploadPath+"/"+filename+" "+uploadPath+"/xxfc.apk"); runtime.exec("cp -f "+uploadPath+"/"+filename+" "+uploadPath+"/xxfc.apk");
runtime.exit(0);
} }
return ObjectRestResponse.succ(path); return ObjectRestResponse.succ(path);
}else { }else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment