From 46edcc108401cf12c23c35bf4e2f0928e214858c Mon Sep 17 00:00:00 2001 From: seungheonlee Date: Mon, 21 Jul 2025 21:23:43 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20jar=20=EC=8B=A4=ED=96=89=20=EC=8B=9C=20?= =?UTF-8?q?=ED=94=84=EB=A1=9C=EC=A0=9D=ED=8A=B8=20=EB=A3=A8=ED=8A=B8=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=EB=A1=9C=20=EC=9D=B4=EB=8F=99=ED=95=98?= =?UTF-8?q?=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - env 인식하기 위함 --- scripts/start.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/start.sh b/scripts/start.sh index 7aa4c32..f86e54e 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -23,6 +23,8 @@ APP_LOG="$PROJECT_ROOT/application.log" ERROR_LOG="$PROJECT_ROOT/error.log" DEPLOY_LOG="$PROJECT_ROOT/deploy.log" +cd $PROJECT_ROOT + TIME_NOW=$(date +%c) # build 파일 복사