mirror of https://github.com/CISOfy/lynis.git
Changed identation for GRUB2 test
This commit is contained in:
parent
1a12d82ed6
commit
1316fdf38b
|
@ -200,7 +200,7 @@
|
|||
BOOT_LOADER="GRUB2"
|
||||
BOOT_LOADER_FOUND=1
|
||||
GRUB_VERSION=2
|
||||
Display --indent 4 --text "- Checking presence GRUB2" --result FOUND --color GREEN
|
||||
Display --indent 2 --text "- Checking presence GRUB2" --result FOUND --color GREEN
|
||||
if [ -f /boot/grub/grub.cfg ]; then
|
||||
GRUBCONFFILE="/boot/grub/grub.cfg"
|
||||
elif [ -f /boot/grub2/grub.cfg ]; then
|
||||
|
|
Loading…
Reference in New Issue