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
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue