From db782a3365831e469977c5d01994d8ca4ae1118d Mon Sep 17 00:00:00 2001 From: Stealth1226 Date: Mon, 6 Sep 2021 20:05:15 +0530 Subject: [PATCH] citrine: properly silence EFI check --- citrine.internal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/citrine.internal.sh b/citrine.internal.sh index 25f1a38..9c8b60d 100755 --- a/citrine.internal.sh +++ b/citrine.internal.sh @@ -68,7 +68,7 @@ else fi echo "NVME=$NVME" -if ls /sys/firmware/efi/efivars > /dev/null; then +if [[ -d /sys/firmware/efi/efivars ]]; then inf "Seems like this machine was booted with EFI. Noting" EFI="yes" else