blob: bdb46d44c8c3f850712bd66bc3e1acdbfe826798 [file] [log] [blame]
Jayanth Othayoth74fe5e42017-10-15 05:50:51 -05001#!/bin/bash
2#
Marri Devender Rao6d7f7532018-12-04 09:10:02 -06003# config: 24 25
Jayanth Othayoth74fe5e42017-10-15 05:50:51 -05004# @brief: Collect OBMC console log.
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="OBMC console log"
10file_name="/var/log/obmc-console.log"
11
12add_copy_file "$file_name" "$desc"