mirror of
https://github.com/smxi/inxi.git
synced 2024-11-16 16:21:39 +00:00
small output tweak for array line on memory
This commit is contained in:
parent
0b8847301d
commit
2481e9f7d2
4
inxi
4
inxi
|
@ -11962,12 +11962,12 @@ print_ram_data()
|
|||
fi
|
||||
if [[ $B_EXTRA_DATA == 'true' ]];then
|
||||
if [[ -n ${a_memory_item[7]} ]];then
|
||||
max_module_size="${C1}max module size${SEP3}${C2} ${a_memory_item[7]}"
|
||||
max_module_size="${C1}max module size${SEP3}${C2} ${a_memory_item[7]} "
|
||||
fi
|
||||
fi
|
||||
if [[ $B_EXTRA_EXTRA_EXTRA_DATA == 'true' ]];then
|
||||
if [[ -n ${a_memory_item[8]} ]];then
|
||||
module_voltage=" ${C1}module voltage$SEP3${C2} ${a_memory_item[8]}"
|
||||
module_voltage="${C1}module voltage$SEP3${C2} ${a_memory_item[8]}"
|
||||
fi
|
||||
fi
|
||||
memory_line="${C1}Array-$array_counter capacity$SEP3${C2} $max_capacity ${C1}devices$SEP3${C2} $nu_of_devices ${C1}EC$SEP3${C2} $error_correction "
|
||||
|
|
Loading…
Reference in a new issue