Commit 6a961e79 authored by 赵啸非's avatar 赵啸非

添加产品资源枚举类

parent 5a78aa57
......@@ -219,7 +219,7 @@ public class SetupProjectServiceImpl extends AbstractCRUDServiceImpl<SetupProjec
//todo 执行部署脚本
//后端服务,创建service 启动服务
try {
Runtime.getRuntime().exec("chmod -R 755 "+destDir);
Runtime.getRuntime().exec("chmod -R 777 "+destDir);
} catch (IOException e) {
log.error(e.getMessage());
}
......
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