0

tmux无法在机器人框架中使用 SSHLibrary 在远程机器中创建会话。

代码尝试 -

Execute Command   tmux new -s session01

输出-

   20211213 12:33:37.257 :  INFO : Executing command 'tmux new -s session01'.
   20211213 12:33:37.348 :  INFO : Command exited with return code 1.
4

1 回答 1

0

我能够通过以下方式执行 -

Execute Command   tmux new-session -d -s session_name 'Command To Execute'
于 2021-12-14T11:33:46.930 回答