From 47dc32fb4a0170956e5b9dd33ff6e2447b9f977c Mon Sep 17 00:00:00 2001 From: Klemens Nanni Date: Sat, 29 Aug 2015 13:36:11 -0400 Subject: grub.cfg: fix indentation on if statement --- (limited to 'resources/grub') diff --git a/resources/grub/config/menuentries/common.cfg b/resources/grub/config/menuentries/common.cfg index 45f2bd7..fbe4621 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 v0.9.1