mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
Show actual command in output (#9224)
This commit is contained in:
parent
be647b69ab
commit
4ce4be5c54
1 changed files with 1 additions and 1 deletions
|
@ -259,9 +259,9 @@ class SSHCommandRunner:
|
|||
"{}@{}".format(self.ssh_user, self.ssh_ip)
|
||||
]
|
||||
if cmd:
|
||||
final_cmd += with_interactive(cmd)
|
||||
logger.info(self.log_prefix +
|
||||
"Running {}".format(" ".join(final_cmd)))
|
||||
final_cmd += with_interactive(cmd)
|
||||
else:
|
||||
# We do this because `-o ControlMaster` causes the `-N` flag to
|
||||
# still create an interactive shell in some ssh versions.
|
||||
|
|
Loading…
Add table
Reference in a new issue