From 1d2e1da5ea750f437d319275f31899c2ef921426 Mon Sep 17 00:00:00 2001 From: jinia91 Date: Fri, 17 Dec 2021 02:43:28 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B4=EC=A4=91=EB=8B=A8=20=EB=B0=B0?= =?UTF-8?q?=ED=8F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start.sh b/scripts/start.sh index ab64ec0..2fd936b 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -26,6 +26,6 @@ IDLE_PROFILE=$(find_idle_profile) echo "> $JAR_NAME 를 profile=$IDLE_PROFILE 로 실행합니다" nohup java -jar \ - -Dspring.config.location=/home/ec2-user/app/application.yml, classpath:/application-$IDLE_PROFILE.yml \ + -Dspring.config.location=/home/ec2-user/app/application.yml,/home/ec2-user/app/application-$IDLE_PROFILE.yml \ -Dspning.profiles.active=$IDLE_PROFILE \ $JAR_NAME > $REPOSITORY/nohup.out 2>&1 & \ No newline at end of file