mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
debugger test
This commit is contained in:
parent
fef0cb879c
commit
4891f4f29e
3
inxi
3
inxi
|
@ -2420,7 +2420,7 @@ get_partition_data()
|
|||
swapCounter = ++swapCounter
|
||||
}' ) )
|
||||
IFS="$ORIGINAL_IFS"
|
||||
|
||||
echo A_PARTITION_DATA ${A_PARTITION_DATA[@]}
|
||||
if [[ $B_SHOW_LABELS == 'true' || $B_SHOW_UUIDS == 'true' ]];then
|
||||
get_partition_data_advanced
|
||||
fi
|
||||
|
@ -2552,7 +2552,6 @@ get_partition_data_advanced()
|
|||
A_PARTITION_DATA[i]=${a_partition_working[0]}","${a_partition_working[1]}","${a_partition_working[2]}","${a_partition_working[3]}","${a_partition_working[4]}","$dev_item","$dev_label","$dev_uuid
|
||||
IFS="$ORIGINAL_IFS"
|
||||
done
|
||||
echo A_PARTITION_DATA ${A_PARTITION_DATA[@]}
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue