From: srs5694 Date: Fri, 3 Jan 2014 18:28:22 +0000 (-0500) Subject: Fixed commented-out line. X-Git-Url: https://code.delx.au/refind/commitdiff_plain/14264b33ab38c5889586a647fa383497a75ff7e9 Fixed commented-out line. --- 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`