From 1316fdf38bc498bb3918e6bce782ea7354c5a5e6 Mon Sep 17 00:00:00 2001 From: mboelen Date: Mon, 7 Sep 2015 21:13:12 +0200 Subject: [PATCH] Changed identation for GRUB2 test --- include/tests_boot_services | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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