Skip to content

Commit

Permalink
java 관련 변수 직접 로딩
Browse files Browse the repository at this point in the history
  • Loading branch information
yujung7768903 committed Oct 13, 2024
1 parent 28e7b8c commit 9a32460
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/run_new_was.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

#!/bin/bash

# JAVA_HOME과 PATH 설정을 명시적으로 로드
if [ -f /etc/profile.d/jdk.sh ]; then
source /etc/profile.d/jdk.sh
fi

echo "start run_new_was"
echo "current user: $USER"
echo "JAVA_HOME: $JAVA_HOME"
Expand Down

0 comments on commit 9a32460

Please sign in to comment.