Expanding an array without an index only gives the first element

This commit is contained in:
Amin Vakil 2022-01-11 09:53:09 +03:30
parent 5b44278df6
commit 29e293cc81
No known key found for this signature in database
GPG Key ID: 1EFC1864E9D9E56B
1 changed files with 1 additions and 1 deletions

View File

@ -482,7 +482,7 @@ collect_system_info () {
efi_disk=("$(lsblk -dno pkname "/dev/$kname")")
if [[ ${efi_disk[0]} ]]; then
efi_partition=("$(<"/sys/block/$efi_disk/$kname/partition")")
efi_partition=("$(<"/sys/block/${efi_disk[0]}/$kname/partition")")
else
# This is likely an md-raid or other type of virtual disk, we need
# to dig a little deeper to find the actual physical disks and