From: srs5694 Date: Tue, 9 Dec 2014 04:27:26 +0000 (-0500) Subject: Fixed silly mistake in install.sh X-Git-Url: https://code.delx.au/refind/commitdiff_plain/0a23a9a7b0c88de8c1f67a249a49a9d019baafe9 Fixed silly mistake in install.sh --- diff --git a/install.sh b/install.sh index 05e52fc..dcfec93 100755 --- a/install.sh +++ b/install.sh @@ -135,7 +135,6 @@ GetParams() { esac shift done - if [[ "$InstallToEspOnMac" == 0 && "$RootDir" == '/' && "$TargetDir" == '/EFI/BOOT' ]] ; then echo "You may use --notesp OR --usedefault, but not both! Aborting!" exit 1 @@ -148,7 +147,6 @@ GetParams() { echo "If you use --ownhfs, you may NOT use --usedefault! Aborting!" exit 1 fi - exit RLConfFile="$RootDir/boot/refind_linux.conf" EtcKeysDir="$RootDir/etc/refind.d/keys" } # GetParams() @@ -1053,7 +1051,6 @@ InstallOnLinux() { # performs a few startup checks, and then calls functions to # install under OS X or Linux, depending on the detected platform. # - OSName=`uname -s` GetParams "$@" ThisDir="$( cd -P "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"