[ Agent ] [ App ] - add mysql init

This commit is contained in:
zeaslity
2023-11-28 10:02:00 +08:00
parent 2b53a2d62a
commit 076004c573
3 changed files with 6 additions and 3 deletions

View File

@@ -46,6 +46,8 @@ public class AppFuncScheduler {
appFuncArgs.add(projectInfoPO.getProjectWebServicePort());
appFuncArgs.add("M2D2IP");
appFuncArgs.add(projectInfoPO.getProjectVersion());
// jackeyLoveFile
appFuncArgs.add("init_5.1.0.tar");
return appFuncArgs;
}