From e5db8f8948f7efbd119e3e6b98339761dfc29595 Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 2 Feb 2024 15:37:11 +0100 Subject: [PATCH] Update boot.sh --- src/boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot.sh b/src/boot.sh index a6def89..b8e12e2 100644 --- a/src/boot.sh +++ b/src/boot.sh @@ -53,7 +53,7 @@ if [[ "${BOOT_MODE,,}" != "legacy" ]] && [[ "${BOOT_MODE,,}" != "windows_legacy" fi if [ ! -f "$DEST.vars" ]; then - [ ! -f "$AAVVMF/$VARS" ] && error "UEFI vars file ($AAVMF/$VARS) not found!" && exit 45 + [ ! -f "$AAVMF/$VARS" ] && error "UEFI vars file ($AAVMF/$VARS) not found!" && exit 45 cp "$AAVMF/$VARS" "$DEST.vars" fi