Jayanth Othayoth | 05187a6 | 2017-10-15 06:11:27 -0500 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # config: 123 50 | ||||
4 | # @brief: Collect cpuinfo log. | ||||
5 | # | ||||
6 | |||||
7 | . $DREPORT_INCLUDE/functions | ||||
8 | |||||
9 | desc="CPU info" | ||||
10 | file_name="/proc/cpuinfo" | ||||
11 | |||||
12 | add_copy_file "$file_name" "$desc" |