blob: 5d726d1a6e810917a5f0e7b6a4fce8a01250e76f [file] [log] [blame]
Jayanth Othayoth9586a392017-10-15 06:02:48 -05001#!/bin/bash
2#
Marri Devender Rao6d7f7532018-12-04 09:10:02 -06003# config: 1234 5
Jayanth Othayoth9586a392017-10-15 06:02:48 -05004# @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"