This is an automated email from the ASF dual-hosted git repository. alexkun pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/linkis.git
commit 59fb3ad644222282dbc23354db89097b50d01680 Author: peacewong <[email protected]> AuthorDate: Thu Nov 30 14:54:49 2023 +0800 add source bash profile step --- linkis-dist/bin/checkEnv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linkis-dist/bin/checkEnv.sh b/linkis-dist/bin/checkEnv.sh index aea783cd7..049b2e117 100644 --- a/linkis-dist/bin/checkEnv.sh +++ b/linkis-dist/bin/checkEnv.sh @@ -19,7 +19,7 @@ workDir=`cd ${shellDir}/..;pwd` source ${workDir}/bin/common.sh source ${workDir}/deploy-config/linkis-env.sh source ${workDir}/deploy-config/db.sh -source +source ~/.bash_profile say() { printf 'check command fail \n %s\n' "$1" } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
