[Excution] - base function accomplish - 4
This commit is contained in:
@@ -96,12 +96,13 @@ func (op *AgentOsOperator) Exec(baseFuncName string, funcArgs ...string) []strin
|
||||
// exec the command here
|
||||
for _, singleLineCommand := range multiLineCommand {
|
||||
result = append(result, ReadTimeCommandExecutor(singleLineCommand)...)
|
||||
}
|
||||
|
||||
// debug usage
|
||||
//log.DebugF("exec result are => %v", result)
|
||||
for _, logLine := range result {
|
||||
fmt.Println(logLine)
|
||||
// debug usage
|
||||
log.DebugF("exec result are => %v", result)
|
||||
for _, logLine := range result {
|
||||
fmt.Println(logLine)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// 归一化处理
|
||||
|
||||
Reference in New Issue
Block a user