[ Executor ] modify base function part - 1
This commit is contained in:
@@ -95,7 +95,7 @@ func (op *AgentOsOperator) Exec(baseFuncName string, funcArgs ...string) []strin
|
||||
|
||||
// exec the command here
|
||||
for _, singleLineCommand := range multiLineCommand {
|
||||
result = append(result, ReadTimeCommandExecutor(singleLineCommand)...)
|
||||
result = append(result, AllOutputCommandExecutor(singleLineCommand)...)
|
||||
|
||||
// debug usage
|
||||
log.DebugF("exec result are => %v", result)
|
||||
|
||||
Reference in New Issue
Block a user