Skip to content

Commit

Permalink
Merge pull request #95 from lu-xianseng/master
Browse files Browse the repository at this point in the history
修改部署客户端设备youqu环境时,阻塞在密码输入
  • Loading branch information
mikigo authored Aug 2, 2024
2 parents b2aee43 + dcce5a5 commit 9b96e97
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 9b96e97

Please sign in to comment.