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

madhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new ae0a95e70 ATLAS-4917: replace use of log4j with logback - #2
ae0a95e70 is described below

commit ae0a95e7064bc1c997fefc07106300d0f7b67227
Author: Madhan Neethiraj <mad...@apache.org>
AuthorDate: Thu Nov 14 18:47:13 2024 -0800

    ATLAS-4917: replace use of log4j with logback - #2
---
 dev-support/atlas-docker/scripts/atlas.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/atlas-docker/scripts/atlas.sh 
b/dev-support/atlas-docker/scripts/atlas.sh
index e44b312c8..965bd7137 100755
--- a/dev-support/atlas-docker/scripts/atlas.sh
+++ b/dev-support/atlas-docker/scripts/atlas.sh
@@ -27,7 +27,7 @@ fi
 
 if [ "${SETUP_ATLAS}" == "true" ]
 then
-  encryptedPwd=$(${ATLAS_HOME}/bin/cputil.py -g -u admin -p atlasR0cks! -s)
+  encryptedPwd=$(${ATLAS_HOME}/bin/cputil.py -g -u admin -p atlasR0cks! -s | 
tail -1)
 
   echo "admin=ADMIN::${encryptedPwd}" > 
${ATLAS_HOME}/conf/users-credentials.properties
 

Reply via email to