Update boot.sh
This commit is contained in:
parent
78dae18b4b
commit
e5db8f8948
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue