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:
authorMichael Boelen <michael.boelen@cisofy.com>2017-09-17 21:15:57 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2017-09-17 21:15:57 +0300
commitc3f3e222908561644ab02dcc2f16b9a84753e55c (patch)
tree95f87fbaf3c7f9c9ce588eead5d416c27739f98d
parent01a806dd45bb40fb699614616e6e50ce5c3f95fd (diff)
Show language in output
-rwxr-xr-xlynis1
1 files changed, 1 insertions, 0 deletions
diff --git a/lynis b/lynis
index 9ffb5050..3bcb4c06 100755
--- a/lynis
+++ b/lynis
@@ -617,6 +617,7 @@ ${NORMAL}
echo " Plugin directory: ${PLUGINDIR}"
echo " ---------------------------------------------------"
echo " Auditor: ${AUDITORNAME}"
+ echo " Language: ${LANGUAGE}"
echo " Test category: ${TEST_CATEGORY_TO_CHECK}"
echo " Test group: ${TEST_GROUP_TO_CHECK}"
if [ ! "${ROOTDIR}" = "/" ]; then echo " Root directory (custom): ${ROOTDIR}"; fi