easyssh icon indicating copy to clipboard operation
easyssh copied to clipboard

Can not get the return value of the ssh.Run() command

Open like-inspur opened this issue 9 years ago • 0 comments

When I use like outStr, err := ssh.Run(),whether execute Run() successfully or not, the value of err is always 0. How can I get the exact return value of the ssh.Run() command. Thank you!

like-inspur avatar Aug 03 '16 07:08 like-inspur