[agent-go] [status] - start to unit
This commit is contained in:
@@ -7,7 +7,7 @@ import (
|
||||
"os/exec"
|
||||
)
|
||||
|
||||
func ReadTimeOutput(singleLineCommand []string) {
|
||||
func ReadTimeCommandExecutor(singleLineCommand []string) {
|
||||
|
||||
cmd := exec.Command(singleLineCommand[0], singleLineCommand[1:]...)
|
||||
stdout, err := cmd.StdoutPipe()
|
||||
|
||||
Reference in New Issue
Block a user