mirror of
https://github.com/edgebox-iot/edgeboxctl.git
synced 2026-09-25 06:13:03 +02:00
Compare commits
1
Commits
0358900b0d
..
1.3.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e80aaf7d18 |
@@ -54,7 +54,7 @@ func Exec(path string, command string, args []string) string {
|
|||||||
// log.Println(fmt.Sprint(err) + ": " + stderr.String()) // ... Silence...
|
// log.Println(fmt.Sprint(err) + ": " + stderr.String()) // ... Silence...
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Println("Result: " + out.String()) // ... Silence ...
|
// log.Println("Result: " + out.String()) // ... Silence ...
|
||||||
|
|
||||||
return strings.Trim(out.String(), " \n")
|
return strings.Trim(out.String(), " \n")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user