Changed identation for GRUB2 test

This commit is contained in:
mboelen 2015-09-07 21:13:12 +02:00
parent 1a12d82ed6
commit 1316fdf38b
1 changed files with 1 additions and 1 deletions

View File

@ -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