mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Show language in output
This commit is contained in:
parent
01a806dd45
commit
c3f3e22290
1 changed files with 1 additions and 0 deletions
1
lynis
1
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue