mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Extended logging
This commit is contained in:
parent
d3b5cebe5b
commit
0dd484f22e
1 changed files with 1 additions and 0 deletions
|
|
@ -461,6 +461,7 @@
|
|||
fi
|
||||
# Check if /boot exists
|
||||
if [ -d /boot ]; then
|
||||
logtext "Result: /boot exists, performing more tests from here"
|
||||
FIND=`ls /boot/* 2> /dev/null`
|
||||
if [ ! "${FIND}" = "" ]; then
|
||||
if [ -f /boot/vmlinuz ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue