Skip to content

Commit

Permalink
Fix issue apache#4997 add step source bash_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
peacewong committed Nov 29, 2023
1 parent ca101ae commit 332e11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions linkis-dist/bin/checkEnv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#

source ~/.bash_profile
shellDir=`dirname $0`
workDir=`cd ${shellDir}/..;pwd`
source ${workDir}/bin/common.sh
source ${workDir}/deploy-config/linkis-env.sh
source ${workDir}/deploy-config/db.sh

source
say() {
printf 'check command fail \n %s\n' "$1"
}
Expand Down

0 comments on commit 332e11e

Please sign in to comment.