mirror of https://github.com/CISOfy/lynis.git
Changed screen identation of GRUB2 test
This commit is contained in:
parent
1283ccc061
commit
d23ef2db0b
|
@ -51,7 +51,6 @@
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#
|
#
|
||||||
#################################################################################
|
#################################################################################
|
||||||
#
|
#
|
||||||
|
@ -191,7 +190,7 @@
|
||||||
BOOT_LOADER="GRUB"
|
BOOT_LOADER="GRUB"
|
||||||
BOOT_LOADER_FOUND=1
|
BOOT_LOADER_FOUND=1
|
||||||
GRUB_VERSION=1
|
GRUB_VERSION=1
|
||||||
Display --indent 4 --text "- Checking presence GRUB" --result "OK" --color GREEN
|
Display --indent 2 --text "- Checking presence GRUB" --result "OK" --color GREEN
|
||||||
if [ -f /boot/grub/grub.conf ]; then GRUBCONFFILE="/boot/grub/grub.conf"; else GRUBCONFFILE="/boot/grub/menu.lst"; fi
|
if [ -f /boot/grub/grub.conf ]; then GRUBCONFFILE="/boot/grub/grub.conf"; else GRUBCONFFILE="/boot/grub/menu.lst"; fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue