Skip to content

Commit

Permalink
add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fanux committed Apr 11, 2019
1 parent 29c0094 commit 91591ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func Cmd(host string, cmd string) []byte {
}
defer session.Close()

b, err := session.Output(cmd)
b, err := session.CombinedOutput(cmd)
if err != nil {
fmt.Println(" Error exec command failed", err)
return []byte{}
Expand Down

0 comments on commit 91591ca

Please sign in to comment.