You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by pe...@apache.org on 2022/02/17 11:54:19 UTC

[incubator-linkis] branch dev-1.1.0-datasource updated: standardize the output message for better understanding (#1474)

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

peacewong pushed a commit to branch dev-1.1.0-datasource
in repository https://gitbox.apache.org/repos/asf/incubator-linkis.git


The following commit(s) were added to refs/heads/dev-1.1.0-datasource by this push:
     new d1da9f6  standardize the output message for better understanding (#1474)
d1da9f6 is described below

commit d1da9f640114a3ec8f292906ba7d472cf692e78c
Author: legendtkl <ta...@gmail.com>
AuthorDate: Thu Feb 17 19:54:12 2022 +0800

    standardize the output message for better understanding (#1474)
---
 assembly-combined-package/bin/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assembly-combined-package/bin/install.sh b/assembly-combined-package/bin/install.sh
index 6744384..4143dfa 100644
--- a/assembly-combined-package/bin/install.sh
+++ b/assembly-combined-package/bin/install.sh
@@ -415,4 +415,4 @@ fi
 
 
 echo "Congratulations! You have installed Linkis $LINKIS_VERSION successfully, please use sh $LINKIS_HOME/sbin/linkis-start-all.sh to start it!"
-echo "Your default account password is$deployUser/$defaultPwd"
+echo "Your default account/password is $deployUser/$defaultPwd"

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