From f632e68f2448d0031a716d50ceeef047b85cd897 Mon Sep 17 00:00:00 2001 From: ut001652 Date: Thu, 1 Aug 2024 19:36:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=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 9912029..b406c34 100644 --- a/src/rtk/remote_runner.py +++ b/src/rtk/remote_runner.py @@ -214,7 +214,7 @@ class RemoteRunner: ) 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} >") -- Gitee