mirror of https://github.com/CISOfy/lynis.git
Remove some empty lines in output
This commit is contained in:
parent
9689417aec
commit
bfd6d50ad7
3
lynis
3
lynis
|
@ -140,12 +140,11 @@
|
||||||
echo " Command:"
|
echo " Command:"
|
||||||
echo " # chown 0:0 ${INCLUDEDIR}/${FILE}"
|
echo " # chown 0:0 ${INCLUDEDIR}/${FILE}"
|
||||||
echo ""
|
echo ""
|
||||||
echo ""
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Now if there is an issue with permissions, show it to the user and let them decide how to continue.
|
# 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
|
if [ ${ISSUE} -eq 1 ]; then
|
||||||
echo ""; echo "";
|
echo ""
|
||||||
echo "[X] Security check failed: See action above, to correct this issue."
|
echo "[X] Security check failed: See action above, to correct this issue."
|
||||||
echo ""
|
echo ""
|
||||||
echo " Why do I see this error?"
|
echo " Why do I see this error?"
|
||||||
|
|
Loading…
Reference in New Issue