Jayanth Othayoth | 64d6d6a | 2017-10-15 06:04:04 -0500 | [diff] [blame] | 1 | #!/bin/bash |
2 | # | ||||
3 | # config: 123 1 | ||||
4 | # @brief: Collect OS release information. | ||||
5 | # | ||||
6 | |||||
7 | . $DREPORT_INCLUDE/functions | ||||
8 | |||||
9 | desc="OS release info" | ||||
10 | file_name="/etc/os-release" | ||||
11 | |||||
12 | add_copy_file "$file_name" "$desc" |