mirror of
https://github.com/kemko/xc.git
synced 2026-01-01 15:55:43 +03:00
hostlist order respected
This commit is contained in:
@@ -241,7 +241,7 @@ execLoop:
|
||||
err = cmd.Run()
|
||||
signal.Reset()
|
||||
if err != nil {
|
||||
term.Errorf("Error copying tempfile: %s\n", err)
|
||||
term.Errorf("Error copying generated script file to remote host: %s\n", err)
|
||||
r.ErrorHosts = append(r.ErrorHosts, host)
|
||||
r.Codes[host] = ErrCopyFailed
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user