fix(iso): Close quote (#1)
This commit is contained in:
parent
5cad96b5e2
commit
616272a069
2
setup.sh
2
setup.sh
@ -212,7 +212,7 @@ function mount_system () {
|
||||
zfs mount "${zpool_name}"'/root/'"${zfs_arch_dataset_name}"
|
||||
zfs mount -a
|
||||
|
||||
local efi_part="$(select_part 'efi' "${zpool_drive:?})"
|
||||
local efi_part="$(select_part 'efi' "${zpool_drive:?}")"
|
||||
mkdir -p '/mnt/efi'
|
||||
mount "${efi_part}" '/mnt/efi'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user