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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]