mirror of
https://github.com/CISOfy/lynis.git
synced 2026-03-11 08:55:28 +00:00
Changed identation for GRUB2 test
This commit is contained in:
parent
1a12d82ed6
commit
1316fdf38b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue