mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-04-29 03:00:45 -04:00
Fix ssh box hung issue (#2172)
Co-authored-by: மனோஜ்குமார் பழனிச்சாமி <smartmanoj42857@gmail.com>
This commit is contained in:
@@ -403,9 +403,6 @@ class DockerSSHBox(Sandbox):
|
||||
# cd to workspace
|
||||
self.ssh.sendline(f'cd {self.sandbox_workspace_dir}')
|
||||
self.ssh.prompt()
|
||||
# load bashrc
|
||||
self.ssh.sendline('source ~/.bashrc')
|
||||
self.ssh.prompt()
|
||||
|
||||
def get_exec_cmd(self, cmd: str) -> list[str]:
|
||||
if self.run_as_devin:
|
||||
|
||||
Reference in New Issue
Block a user