mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Remove some empty lines in output
This commit is contained in:
parent
9689417aec
commit
bfd6d50ad7
1 changed files with 1 additions and 2 deletions
3
lynis
3
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?"
|
||||
|
|
|
|||
Loading…
Reference in a new issue