mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
bug fix
This commit is contained in:
parent
931ecb4968
commit
7ba7db7b4d
1
inxi
1
inxi
|
@ -6054,7 +6054,6 @@ print_machine_data()
|
||||||
chassis_line=''
|
chassis_line=''
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
IFS="$ORIGINAL_IFS"
|
IFS="$ORIGINAL_IFS"
|
||||||
else
|
else
|
||||||
system_line="${RED}Error:${C2} No machine data found. Only newer kernels support this feature.${CN}"
|
system_line="${RED}Error:${C2} No machine data found. Only newer kernels support this feature.${CN}"
|
||||||
|
|
Loading…
Reference in a new issue