| Jayanth Othayoth | 74fe5e4 | 2017-10-15 05:50:51 -0500 | [diff] [blame] | 1 | #!/bin/bash |
| 2 | # | ||||
| Marri Devender Rao | 6d7f753 | 2018-12-04 09:10:02 -0600 | [diff] [blame] | 3 | # config: 24 25 |
| Jayanth Othayoth | 74fe5e4 | 2017-10-15 05:50:51 -0500 | [diff] [blame] | 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" | ||||