Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
openbmc
/
phosphor-debug-collector
/
05187a63bf0ddbaf0f151b1bd7209f5a9c35f03a
/
.
/
tools
/
dreport.d
/
plugins.d
/
hostnamectl
blob: 18799cfb13b0b7009bd1b7f2084808c7a0e7791b [
file
] [
log
] [
blame
]
#!/bin/bash
#
# config: 123 5
# @brief: Collect current hostname settings.
#
.
$DREPORT_INCLUDE
/
functions
desc
=
"hostnamectl"
file_name
=
"hostnamectl.log"
command
=
"hostnamectl status"
add_cmd_output
"$command"
"$file_name"
"$desc"