Skip to content

Commit

Permalink
修改部署客户端设备youqu环境时,阻塞在密码输入
Browse files Browse the repository at this point in the history
  • Loading branch information
ut001652 committed Aug 2, 2024
1 parent b2aee43 commit dcce5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtk/remote_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def build_client_env(self, user, _ip, password):
)
system(
f"{self.ssh % password} {user}@{_ip} "
f'"cd ~/{self.server_project_path}/ && bash env.sh"'
f'"cd ~/{self.server_project_path}/ && bash env.sh -p {password}"'
)
logger.info(f"环境安装完成 - < {user}@{_ip} >")

Expand Down

0 comments on commit dcce5a5

Please sign in to comment.