tiny glitch, fixed missing separator in raid

This commit is contained in:
inxi-svn 2012-05-11 18:33:42 +00:00
parent 7641bd1ca6
commit 5af065c955

4
inxi
View file

@ -3,7 +3,7 @@
#### Script Name: inxi
#### version: 1.8.1
#### Date: May 11 2012
#### Patch Number: 00
#### Patch Number: 01
########################################################################
#### SPECIAL THANKS
########################################################################
@ -7932,7 +7932,7 @@ print_raid_data()
if [[ $B_EXTRA_DATA == 'true' && ${a_partition_working[1]} != 'inactive' ]];then
a_raid_data[$raid_counter]="${C1}Device$device_id${SEP3}${C2} $device$device_state$device_components"
(( raid_counter++ ))
print_string="${C1}Info${SEP3}${C2}$raid_level ${C1}report${SEP}${C2} $device_report$u_data"
print_string="${C1}Info${SEP3}${C2}$raid_level ${C1}report${SEP3}${C2} $device_report$u_data"
print_string="$print_string$blocks$chunk_size$bitmap_value$super_blocks$algorithm"
a_raid_data[$raid_counter]="$print_string"
else