mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
disk-image-uefi.binary: Fix wrong parenthesis
Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com>
This commit is contained in:
parent
935867285c
commit
6f9d5b7ff2
@ -326,7 +326,7 @@ EOF
|
||||
esac
|
||||
fi
|
||||
|
||||
if [ "${SUBARCH}" != "visionfive" && "${SUBARCH}" != "nezha" ]; then
|
||||
if [ "${SUBARCH}" != "visionfive" ] && [ "${SUBARCH}" != "nezha" ]; then
|
||||
## TODO remove below once we have grub-efi-riscv64
|
||||
rm mountpoint/tmp/device.map
|
||||
umount mountpoint/boot/efi
|
||||
|
Loading…
x
Reference in New Issue
Block a user