diff --git a/agent-go/executor/AppFunction.go b/agent-go/executor/AppFunction.go index 8be9d49..a35182c 100644 --- a/agent-go/executor/AppFunction.go +++ b/agent-go/executor/AppFunction.go @@ -553,7 +553,7 @@ func (op *AgentOsOperator) loadMysqlInitScript(funcArgs []string) (bool, []strin sortFileNames(jackeyLoveFileList) var jackeyLoveFileAbsolutePath []string for _, jackeyLoveFile := range jackeyLoveFileList { - jackeyLoveFileAbsolutePath = append(jackeyLoveFileAbsolutePath, jackeyLoveLocalPrefix+jackeyLoveFile) + jackeyLoveFileAbsolutePath = append(jackeyLoveFileAbsolutePath, jackeyLoveLocalPrefix+jackeyLoveFolder+string(os.PathSeparator)+jackeyLoveFile) } log.InfoF("[loadMysqlInitScript] - all jackey love files are => %v", jackeyLoveFileAbsolutePath)