Skip to content

Commit

Permalink
Print sshcmd
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Dec 29, 2023
1 parent 8f9cb55 commit aeb8280
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jarvis_util/shell/pssh_exec.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def __init__(self, cmd, exec_info):
sshcmd = cmd
if i == 0:
sshcmd = dbg_cmd
print(sshcmd)
ssh_exec_info = exec_info.mod(hostfile=None,
hosts=host,
exec_async=True,
Expand Down

0 comments on commit aeb8280

Please sign in to comment.