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:
authormboelen <michael@cisofy.com>2016-03-17 18:45:00 +0300
committermboelen <michael@cisofy.com>2016-03-17 18:45:00 +0300
commitbfd6d50ad7e6edcc6c9705545f1b380475e69945 (patch)
tree063266684ba493a4e271f8011e1fafab1766e97a
parent9689417aec67cf216bc2004f37138a64bde23863 (diff)
Remove some empty lines in output
-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?"