mirror of
https://github.com/CISOfy/lynis.git
synced 2025-07-26 07:15:07 +02:00
Extended logging
This commit is contained in:
parent
d3b5cebe5b
commit
0dd484f22e
@ -461,6 +461,7 @@
|
|||||||
fi
|
fi
|
||||||
# Check if /boot exists
|
# Check if /boot exists
|
||||||
if [ -d /boot ]; then
|
if [ -d /boot ]; then
|
||||||
|
logtext "Result: /boot exists, performing more tests from here"
|
||||||
FIND=`ls /boot/* 2> /dev/null`
|
FIND=`ls /boot/* 2> /dev/null`
|
||||||
if [ ! "${FIND}" = "" ]; then
|
if [ ! "${FIND}" = "" ]; then
|
||||||
if [ -f /boot/vmlinuz ]; then
|
if [ -f /boot/vmlinuz ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user