Commit d6a27d03 authored by 赵啸非's avatar 赵啸非

修改登录鉴权时间

parent aee4c6f7
......@@ -134,7 +134,14 @@ public class SetupProjectServiceImpl extends AbstractCRUDServiceImpl<SetupProjec
//后端服务,创建service 启动服务
//RuntimeUtil.exec()
log.info("执行deploy shell 脚本 或者构造文件,{}",publicPath+"/bin/");
callScript("project_deploy.sh","4",publicPath+"/bin/");
try {
Thread.sleep(10000);
} catch (InterruptedException e) {
throw new RuntimeException(e);
}
callScript("project_deploy.sh","4",publicPath+"/bin/");
} else if (SystemUtil.getOsInfo().isWindows()) {
//todo
}
......
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