blob: e8d6ef2e6a0c4b76f5bea13271d6a2b18923fe68 [file] [log] [blame]
Jayanth Othayoth74fe5e42017-10-15 05:50:51 -05001#!/bin/bash
2#
3# config: 2 25
4# @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"