diff --git a/inxi b/inxi index 156807c..649f228 100755 --- a/inxi +++ b/inxi @@ -8001,7 +8001,7 @@ print_raid_data() if [[ $B_MDSTAT_FILE != 'true' ]];then if [[ $B_SHOW_BASIC_RAID != 'true' ]];then - a_raid_data[0]="${C1}Error${SEP3}${C2} No /proc/mdstat file detected!" + a_raid_data[0]="${C1}Error${SEP3}${C2} No $FILE_MDSTAT file detected!" else b_print_lines='false' fi