blob: 18799cfb13b0b7009bd1b7f2084808c7a0e7791b [file] [log] [blame]
Jayanth Othayoth9586a392017-10-15 06:02:48 -05001#!/bin/bash
2#
3# config: 123 5
4# @brief: Collect current hostname settings.
5#
6
7. $DREPORT_INCLUDE/functions
8
9desc="hostnamectl"
10file_name="hostnamectl.log"
11command="hostnamectl status"
12
13add_cmd_output "$command" "$file_name" "$desc"