Commit 71b88c88 authored by 赵啸非's avatar 赵啸非

添加php健康度检测

parent aadb77c5
...@@ -237,7 +237,7 @@ public class SetupProjectServiceImpl extends AbstractCRUDServiceImpl<SetupProjec ...@@ -237,7 +237,7 @@ public class SetupProjectServiceImpl extends AbstractCRUDServiceImpl<SetupProjec
} catch (IOException e) { } catch (IOException e) {
log.error(e.getMessage()); log.error(e.getMessage());
} }
callScript("project_deploy.sh", "4", destDir.getPath()); callScript("project_deploy.sh", "4", publicPath);
} else if (SystemUtil.getOsInfo().isWindows()) { } else if (SystemUtil.getOsInfo().isWindows()) {
//todo //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