From d7672df6adfb5a3b24f03a7603c378c6982e2ad3 Mon Sep 17 00:00:00 2001 From: yujung7768903 Date: Sun, 13 Oct 2024 18:22:13 +0900 Subject: [PATCH] =?UTF-8?q?=ED=85=8C=EC=8A=A4=ED=8A=B8=20=EC=A0=9C?= =?UTF-8?q?=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/run_new_was.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/run_new_was.sh b/scripts/run_new_was.sh index d79e554..bf16b3f 100644 --- a/scripts/run_new_was.sh +++ b/scripts/run_new_was.sh @@ -3,9 +3,9 @@ #!/bin/bash # JAVA_HOME과 PATH 설정을 명시적으로 로드 -#if [ -f /etc/profile.d/jdk.sh ]; then -# source /etc/profile.d/jdk.sh -#fi +if [ -f /etc/profile.d/jdk.sh ]; then + source /etc/profile.d/jdk.sh +fi echo "start run_new_was" echo "current user: $USER"