1*74fe5e43SJayanth Othayoth#!/bin/bash
2*74fe5e43SJayanth Othayoth#
3*74fe5e43SJayanth Othayoth# config: 2 25
4*74fe5e43SJayanth Othayoth# @brief: Collect OBMC console log.
5*74fe5e43SJayanth Othayoth#
6*74fe5e43SJayanth Othayoth
7*74fe5e43SJayanth Othayoth. $DREPORT_INCLUDE/functions
8*74fe5e43SJayanth Othayoth
9*74fe5e43SJayanth Othayothdesc="OBMC console log"
10*74fe5e43SJayanth Othayothfile_name="/var/log/obmc-console.log"
11*74fe5e43SJayanth Othayoth
12*74fe5e43SJayanth Othayothadd_copy_file "$file_name" "$desc"
13