174fe5e43SJayanth Othayoth#!/bin/bash
274fe5e43SJayanth Othayoth#
3*6d7f753bSMarri Devender Rao# config: 24 25
474fe5e43SJayanth Othayoth# @brief: Collect OBMC console log.
574fe5e43SJayanth Othayoth#
674fe5e43SJayanth Othayoth
774fe5e43SJayanth Othayoth. $DREPORT_INCLUDE/functions
874fe5e43SJayanth Othayoth
974fe5e43SJayanth Othayothdesc="OBMC console log"
1074fe5e43SJayanth Othayothfile_name="/var/log/obmc-console.log"
1174fe5e43SJayanth Othayoth
1274fe5e43SJayanth Othayothadd_copy_file "$file_name" "$desc"
13