mirror of https://github.com/allinssl/allinssl
parent
d3f9b05335
commit
184d0ff4cb
|
@ -115,7 +115,7 @@ func writeMultipleFilesViaSSH(config SSHConfig, files []RemoteFile, preCmd, post
|
|||
|
||||
cmd := script.String()
|
||||
|
||||
if err := session.Run(cmd); err != nil {
|
||||
if err := session.Start(cmd); err != nil {
|
||||
return fmt.Errorf("运行出错: %v", err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue