fix: 🐛 create boot entry after copying uki

This commit is contained in:
Adrian Wannenmacher 2021-02-11 08:02:38 +01:00
parent 988331e6e3
commit 333b8d06fe
Signed by: tfld
GPG Key ID: 19D986ECB1E492D5
1 changed files with 1 additions and 1 deletions

View File

@ -107,9 +107,9 @@ function main -d "the main function"
get_last_snapshot
create_uki
add_efi_entry
cp $BUILD_PATH/$SNAPSHOT_ID/*.efi "$EFI_DIR"
add_efi_entry
exit 0
end