From 47dc32fb4a0170956e5b9dd33ff6e2447b9f977c Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Sat, 29 Aug 2015 18:36:11 +0100 Subject: grub.cfg: fix indentation on if statement --- resources/grub/config/menuentries/common.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/grub/config/menuentries') diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg index 45f2bd79..fbe46218 100644 --- a/resources/grub/config/menuentries/common.cfg +++ b/resources/grub/config/menuentries/common.cfg @@ -52,7 +52,7 @@ menuentry 'Parse ISOLINUX menu (SATA)' { for p in "/isolinux" "/syslinux"; do if [ -f "${p}${p}.cfg" ] ; then syslinux_configfile -i ${p}${p}.cfg - elif [ -f "/boot${p}${p}.cfg" ] ; then + elif [ -f "/boot${p}${p}.cfg" ] ; then syslinux_configfile -i /boot${p}${p}.cfg fi done -- cgit v1.2.3-70-g09d2