From 14264b33ab38c5889586a647fa383497a75ff7e9 Mon Sep 17 00:00:00 2001 From: srs5694 Date: Fri, 3 Jan 2014 13:28:22 -0500 Subject: [PATCH] Fixed commented-out line. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d1f706c..955572e 100755 --- a/install.sh +++ b/install.sh @@ -732,7 +732,7 @@ FindLinuxESP() { # Sets InstallDir to the ESP mount point. FindMountedESP() { mount /boot &> /dev/null -# mount /boot/efi &> /dev/null + mount /boot/efi &> /dev/null EspLine=`df "$RootDir/boot/efi" 2> /dev/null | grep boot/efi` if [[ ! -n "$EspLine" ]] ; then EspLine=`df "$RootDir"/boot | grep boot` -- 2.39.2