Skip to content

Commit

Permalink
Merge pull request #4065 from LiilyZhang/zhangl/cherrypick4063
Browse files Browse the repository at this point in the history
Issue #4063 - Bug: agent-install.sh from Mac fails to ins…
  • Loading branch information
LiilyZhang committed May 24, 2024
2 parents 0af3a37 + d795d8f commit 08c19d2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions agent-install/agent-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3866,8 +3866,6 @@ function create_horizon_env() {
if [[ -f $AGENT_CERT_FILE ]]; then
local cert_name=$(basename ${AGENT_CERT_FILE})
local cluster_cert_path="/etc/default/cert"
log_verbose "copy cert file to $cluster_cert_path ..."
mkdir -p $cluster_cert_path && cp ${AGENT_CERT_FILE} $cluster_cert_path
echo "HZN_MGMT_HUB_CERT_PATH=$cluster_cert_path/$cert_name" >>$HZN_ENV_FILE
fi

Expand Down

0 comments on commit 08c19d2

Please sign in to comment.