You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by wu...@apache.org on 2022/11/09 08:40:07 UTC

[ambari] branch trunk updated: AMBARI-25273: Ambari-server uninstall removes ambari-python-wrap even when agent is still installed (#3461)

This is an automated email from the ASF dual-hosted git repository.

wuzhiguo pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ambari.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8bcaf5c60c AMBARI-25273: Ambari-server uninstall removes ambari-python-wrap even when agent is still installed (#3461)
8bcaf5c60c is described below

commit 8bcaf5c60ca94cbfe8f3a4dc040311aef99cb368
Author: Zhiguo Wu <wu...@apache.org>
AuthorDate: Wed Nov 9 16:39:57 2022 +0800

    AMBARI-25273: Ambari-server uninstall removes ambari-python-wrap even when agent is still installed (#3461)
---
 ambari-server/conf/unix/install-helper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ambari-server/conf/unix/install-helper.sh b/ambari-server/conf/unix/install-helper.sh
index bd0efb7bd7..3613e90352 100644
--- a/ambari-server/conf/unix/install-helper.sh
+++ b/ambari-server/conf/unix/install-helper.sh
@@ -29,7 +29,7 @@ OLD_PYLIB_PATH="${ROOT}/usr/lib/python2.6/site-packages"
 OLD_PY_MODULES="ambari_commons;resource_management;ambari_jinja2;ambari_simplejson;ambari_server"
 
 AMBARI_SERVER_ROOT_DIR="${ROOT}/usr/lib/${AMBARI_UNIT}"
-AMBARI_AGENT_ROOT_DIR=="${ROOT}/usr/lib/ambari-agent"
+AMBARI_AGENT_ROOT_DIR="${ROOT}/usr/lib/ambari-agent"
 AMBARI_SERVER="${AMBARI_SERVER_ROOT_DIR}/lib/ambari_server"
 
 CA_CONFIG="${ROOT}/var/lib/${AMBARI_UNIT}/keys/ca.config"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ambari.apache.org
For additional commands, e-mail: commits-help@ambari.apache.org