From bfd6d50ad7e6edcc6c9705545f1b380475e69945 Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 17 Mar 2016 16:45:00 +0100 Subject: [PATCH] Remove some empty lines in output --- lynis | 3 +-- 1 file changed, 1 insertion(+), 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?"