mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-18 14:47:48 +00:00
don't log commands
This commit is contained in:
parent
15431a2bc2
commit
f94e8be65c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import (
|
|||
)
|
||||
|
||||
func Do(stdout io.Writer, command string) error {
|
||||
cmd := exec.Command("/bin/sh", "-c", "set -ex && "+command)
|
||||
cmd := exec.Command("/bin/sh", "-c", command)
|
||||
cmd.Stdout = stdout
|
||||
cmd.Stderr = stdout
|
||||
return cmd.Run()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue