summaryrefslogtreecommitdiffstats
path: root/tools/dreport.d/plugins.d/osrelease
blob: 550366eadf3d3431beffd75edadb0bd25d8af3ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/bash
#
# config: 123 1
# @brief: Collect OS release information.
#

. $DREPORT_INCLUDE/functions

desc="OS release info"
file_name="/etc/os-release"

add_copy_file "$file_name"  "$desc"
OpenPOWER on IntegriCloud