mirror of https://github.com/CISOfy/lynis.git
Clearly show that root directory has been customized for that run
This commit is contained in:
parent
a0e289d73f
commit
c297b14613
2
lynis
2
lynis
|
@ -606,7 +606,7 @@ ${NORMAL}
|
||||||
echo " Auditor: ${AUDITORNAME}"
|
echo " Auditor: ${AUDITORNAME}"
|
||||||
echo " Test category: ${TEST_CATEGORY_TO_CHECK}"
|
echo " Test category: ${TEST_CATEGORY_TO_CHECK}"
|
||||||
echo " Test group: ${TEST_GROUP_TO_CHECK}"
|
echo " Test group: ${TEST_GROUP_TO_CHECK}"
|
||||||
if [ ! "${ROOTDIR}" = "/" ]; then echo " Root directory: ${ROOTDIR}"; fi
|
if [ ! "${ROOTDIR}" = "/" ]; then echo " Root directory (custom): ${ROOTDIR}"; fi
|
||||||
echo " ---------------------------------------------------"
|
echo " ---------------------------------------------------"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue