disk-image-uefi.binary: Fix wrong parenthesis

Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
intel-iotg-server-jammy
Alexandre Ghiti 2 years ago
parent 935867285c
commit 6f9d5b7ff2

@ -326,7 +326,7 @@ EOF
esac esac
fi fi
if [ "${SUBARCH}" != "visionfive" && "${SUBARCH}" != "nezha" ]; then if [ "${SUBARCH}" != "visionfive" ] && [ "${SUBARCH}" != "nezha" ]; then
## TODO remove below once we have grub-efi-riscv64 ## TODO remove below once we have grub-efi-riscv64
rm mountpoint/tmp/device.map rm mountpoint/tmp/device.map
umount mountpoint/boot/efi umount mountpoint/boot/efi

Loading…
Cancel
Save