diff --git a/scripts/start.sh b/scripts/start.sh index 5e2854e1..115cccad 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -15,7 +15,7 @@ echo "[$NOW] $JAR 복사" >> $START_LOG cp "$ROOT_PATH/build/libs/backend-$VERSION.jar" "$JAR" echo "[$NOW] > $JAR 실행" >> $START_LOG -nohup java -Dspring.profiles.active=prod -jar $JAR > $APP_LOG 2> $ERROR_LOG & +nohup java -Dspring.profiles.active=prod -Duser.timezone=Asia/Seoul -jar $JAR > $APP_LOG 2> $ERROR_LOG & SERVICE_PID=$(pgrep -f $JAR) echo "[$NOW] > 서비스 PID: $SERVICE_PID" >> $START_LOG