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:
Diffstat (limited to 'lynis')
-rwxr-xr-xlynis3
1 files changed, 1 insertions, 2 deletions
diff --git a/lynis b/lynis
index c371705c..a35a4e0e 100755
--- a/lynis
+++ b/lynis
@@ -140,12 +140,11 @@
echo " Command:"
echo " # chown 0:0 ${INCLUDEDIR}/${FILE}"
echo ""
- echo ""
fi
# Now if there is an issue with permissions, show it to the user and let them decide how to continue.
if [ ${ISSUE} -eq 1 ]; then
- echo ""; echo "";
+ echo ""
echo "[X] Security check failed: See action above, to correct this issue."
echo ""
echo " Why do I see this error?"