Skip to content

Commit

Permalink
add source bash profile step
Browse files Browse the repository at this point in the history
  • Loading branch information
peacewong committed Nov 30, 2023
1 parent 8172e09 commit 4c4db96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linkis-dist/bin/checkEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 4c4db96

Please sign in to comment.