Ignore changing variable from array to usage

This commit is contained in:
Amin Vakil 2022-01-10 17:41:48 +03:30
parent f1fa925a74
commit 1eb5d3f754
No known key found for this signature in database
GPG Key ID: 1EFC1864E9D9E56B
1 changed files with 3 additions and 0 deletions

View File

@ -480,9 +480,12 @@ collect_system_info () {
--noheadings) ||
exit_message "Can't find EFI mount. No EFI boot detected."
kname=$(lsblk -dno kname "$efi_mount")
# shellcheck disable=SC2178
efi_disk=$(lsblk -dno pkname "/dev/$kname")
# shellcheck disable=SC2128
if [[ $efi_disk ]]; then
# shellcheck disable=SC2178
efi_partition=$(<"/sys/block/$efi_disk/$kname/partition")
else
# This is likely an md-raid or other type of virtual disk, we need