diff --git a/inxi b/inxi index 857423d..5d4377c 100755 --- a/inxi +++ b/inxi @@ -10833,7 +10833,7 @@ print_partition_data() else partitionIdClean=${a_partition_working[0]} fi - id_size_fs="${C1}ID-$((i+1))$SEP3${C2} $partitionIdClean ${C1}size$SEP3${C2} ${a_partition_working[1]} $partition_used$full_fs$full_dev" + id_size_fs="${C1}ID-$((counter+1))$SEP3${C2} $partitionIdClean ${C1}size$SEP3${C2} ${a_partition_working[1]} $partition_used$full_fs$full_dev" label_uuid="$full_label$full_uuid" # label/uuid always print one per line, so only wrap if it's very long if [[ $B_SHOW_UUIDS == 'true' || $B_SHOW_LABELS == 'true' ]] && \ @@ -11132,14 +11132,12 @@ print_raid_data() component_separator=' ' fi done - if [[ $failed != '' ]];then failed=" ${C1}FAILED$SEP3${C2}$failed${C2}" fi if [[ $spare != '' ]];then spare=" ${C1}spare$SEP3${C2}$spare${C2}" fi - if [[ -n $device_components || -n $spare || -n $failed ]];then if [[ $B_EXTRA_DATA != 'true' && -z $BSD_TYPE ]];then if [[ $device_report != 'N/A' && -n $device_components ]];then