From 7641bd1ca640b68dd60170e92e86d1662af0e44a Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Fri, 11 May 2012 17:46:31 +0000 Subject: [PATCH] small tweak, made hardcoded /proc/mdstat use global path variable. --- inxi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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