mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
tweak
This commit is contained in:
parent
217e14414e
commit
6ecaee1046
2
inxi
2
inxi
|
@ -8003,7 +8003,7 @@ print_raid_data()
|
||||||
a_raid_data[0]="${C1}Error${SEP3}${C2} No /proc/mdstat file detected!"
|
a_raid_data[0]="${C1}Error${SEP3}${C2} No /proc/mdstat file detected!"
|
||||||
else
|
else
|
||||||
if [[ ${a_raid_data[0]} == '' ]];then
|
if [[ ${a_raid_data[0]} == '' ]];then
|
||||||
a_raid_data[0]="${C1}Device${SEP3}${C2} No RAID devices detected"
|
a_raid_data[0]="${C1}Device${SEP3}${C2} No RAID devices detected!"
|
||||||
fi
|
fi
|
||||||
# now let's add on the system line and the unused device line. Only print on -xx
|
# now let's add on the system line and the unused device line. Only print on -xx
|
||||||
if [[ $kernel_support$read_ahead$raid_event != '' ]];then
|
if [[ $kernel_support$read_ahead$raid_event != '' ]];then
|
||||||
|
|
Loading…
Reference in a new issue