Update boot.sh

This commit is contained in:
Kroese 2024-02-02 15:37:11 +01:00 committed by GitHub
parent 78dae18b4b
commit e5db8f8948
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -53,7 +53,7 @@ if [[ "${BOOT_MODE,,}" != "legacy" ]] && [[ "${BOOT_MODE,,}" != "windows_legacy"
fi fi
if [ ! -f "$DEST.vars" ]; then 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" cp "$AAVMF/$VARS" "$DEST.vars"
fi fi