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?"