Remove some empty lines in output

This commit is contained in:
mboelen 2016-03-17 16:45:00 +01:00
parent 9689417aec
commit bfd6d50ad7
1 changed files with 1 additions and 2 deletions

3
lynis
View File

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