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