Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-09-07 22:13:12 +0300
committermboelen <michael@cisofy.com>2015-09-07 22:13:12 +0300
commit1316fdf38bc498bb3918e6bce782ea7354c5a5e6 (patch)
tree89908cfce90c5230ff1858c22791c8d60b234ed4
parent1a12d82ed6d71029b2bdb6fa7fa40d2c4d2751dc (diff)
Changed identation for GRUB2 test
-rw-r--r--include/tests_boot_services2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_boot_services b/include/tests_boot_services
index b913e04b..40f97dce 100644
--- a/include/tests_boot_services
+++ b/include/tests_boot_services
@@ -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