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
path: root/lynis
diff options
context:
space:
mode:
authorMichael Boelen <michael.boelen@cisofy.com>2016-08-15 21:01:23 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-08-15 21:01:23 +0300
commitc297b146134add0b1f7e31e97ace9c355faa76d2 (patch)
tree20d54a046b6668012c756a1d337563c5ed28f30f /lynis
parenta0e289d73f60767d9f2978122f25f30190445bba (diff)
Clearly show that root directory has been customized for that run
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis2
1 files changed, 1 insertions, 1 deletions
diff --git a/lynis b/lynis
index 98b8dc8a..6fc3c4c2 100755
--- a/lynis
+++ b/lynis
@@ -606,7 +606,7 @@ ${NORMAL}
echo " Auditor: ${AUDITORNAME}"
echo " Test category: ${TEST_CATEGORY_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 " ---------------------------------------------------"
fi