[ Agent ] [ Initialization ] - add harbor func

This commit is contained in:
zeaslity
2023-11-09 10:34:30 +08:00
parent 11a1215cde
commit aae4b7a286
8 changed files with 395 additions and 182 deletions

View File

@@ -41,7 +41,7 @@ func AllCommandExecutor(singleLineCommand []string) (resultOk bool, resultLog []
resultOk = false
}
log.DebugF("all out command executor result are => %v", resultSlice)
log.DebugF("all command of %v result are => %v", singleLineCommand, resultSlice)
return resultOk, resultSlice
}