diff --git a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc index 49e3cf1..7a73259 100644 --- a/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc +++ b/meta-efi-secure-boot/recipes-bsp/grub/grub-efi-efi-secure-boot.inc @@ -172,7 +172,7 @@ python do_sign() { addtask sign after do_install before do_deploy do_package fakeroot do_chownboot() { - if [ "${GRUB_SIGN_VERIFY}" = "1"]; then + if [ "${GRUB_SIGN_VERIFY}" = "1" ]; then chown root:root -R "${D}${EFI_BOOT_PATH}/grub.cfg${SB_FILE_EXT}" chown root:root -R "${D}${EFI_BOOT_PATH}/boot-menu.inc${SB_FILE_EXT}" [ x"${UEFI_SB}" = x"1" ] && {