From dcce5a53be8cff19eb945fbb930d2bf6fe8548c3 Mon Sep 17 00:00:00 2001 From: ut001652 Date: Fri, 2 Aug 2024 15:18:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E7=BD=B2=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E7=AB=AF=E8=AE=BE=E5=A4=87youqu=E7=8E=AF=E5=A2=83?= =?UTF-8?q?=E6=97=B6=EF=BC=8C=E9=98=BB=E5=A1=9E=E5=9C=A8=E5=AF=86=E7=A0=81?= =?UTF-8?q?=E8=BE=93=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rtk/remote_runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtk/remote_runner.py b/src/rtk/remote_runner.py index 9912029c..b406c342 100644 --- a/src/rtk/remote_runner.py +++ b/src/rtk/remote_runner.py @@ -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} >")