| Jayanth Othayoth | 74fe5e4 | 2017-10-15 05:50:51 -0500 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # | ||||
| 3 | # config: 2 25 | ||||
| 4 | # @brief: Collect OBMC console log. | ||||
| 5 | # | ||||
| 6 | |||||
| 7 | . $DREPORT_INCLUDE/functions | ||||
| 8 | |||||
| 9 | desc="OBMC console log" | ||||
| 10 | file_name="/var/log/obmc-console.log" | ||||
| 11 | |||||
| 12 | add_copy_file "$file_name" "$desc" | ||||