[ Agent ] [ App ] - fix mysql init bugs - 5
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user