mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
final tweak to missing mdstat file output
This commit is contained in:
parent
b26c4ec1e7
commit
217e14414e
2
inxi
2
inxi
|
@ -8000,7 +8000,7 @@ print_raid_data()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $B_MDSTAT_FILE != 'true' ]];then
|
if [[ $B_MDSTAT_FILE != 'true' ]];then
|
||||||
a_raid_data[0]="${C1}No /proc/mdstat file detected!${C2} "
|
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"
|
||||||
|
|
Loading…
Reference in a new issue