blob: c6e7781999f569bad7e9ea317a9edbbe22c594d1 [file] [log] [blame]
#!/usr/bin/env bash
#
# config: 2 25
# @brief: Collect OBMC console1 log.
#
. $DREPORT_INCLUDE/functions
desc="OBMC console1 log"
file_name="/var/log/obmc-console1.log"
if [ -e $file_name ]; then
add_copy_file "$file_name" "$desc"
fi