Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/profiles')
-rw-r--r--include/profiles2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/profiles b/include/profiles
index abad736a..9a8e161a 100644
--- a/include/profiles
+++ b/include/profiles
@@ -164,7 +164,7 @@
;;
hostalias | host-alias)
- Report "host_alias=${VALUE}"
+ if [ ! -z "${VALUE}" ]; then Report "hostname_alias=${VALUE}"; fi
;;
hostid)