diff --git a/inxi b/inxi index c699060..52bb880 100755 --- a/inxi +++ b/inxi @@ -3148,6 +3148,7 @@ get_partition_data() IFS="," a_partition_working=( ${A_PARTITION_DATA[i]} ) IFS="$ORIGINAL_IFS" + dev_item='' # reset each loop # note: for swap this will already be set if [[ -n $( grep -E '(by-uuid|by-label)' <<< ${a_partition_working[6]} ) ]];then if [[ -n $DEV_DISK_UUID ]];then