Skip to content

Commit dcce5a5

Browse files
author
ut001652
committed
修改部署客户端设备youqu环境时,阻塞在密码输入
1 parent b2aee43 commit dcce5a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rtk/remote_runner.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ def build_client_env(self, user, _ip, password):
214214
)
215215
system(
216216
f"{self.ssh % password} {user}@{_ip} "
217-
f'"cd ~/{self.server_project_path}/ && bash env.sh"'
217+
f'"cd ~/{self.server_project_path}/ && bash env.sh -p {password}"'
218218
)
219219
logger.info(f"环境安装完成 - < {user}@{_ip} >")
220220

0 commit comments

Comments
 (0)