Skip to content

Commit

Permalink
fix: Pagent安装密码横线适配 (closed TencentBlueKing#2400)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyyalt committed Aug 16, 2024
1 parent 7cec526 commit 95a3b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/backend/agent/solution_maker.py
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ def get_run_cmd_base_params(self) -> typing.List[str]:
f"-HC {self.host.bk_cloud_id}",
f"-HOT {self.host.os_type.lower()}",
# 目标机器登录信息
f"---host-identity='{host_identity}'",
f"--host-identity='{host_identity}'",
f"-HP {self.identity_data.port}",
f"-HAT {self.identity_data.auth_type}",
f"-HA {self.identity_data.account}",
Expand Down

0 comments on commit 95a3b09

Please sign in to comment.