mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
removed _placeholder function name part, no reason for it.
This commit is contained in:
parent
1e2a0d28c5
commit
a4ea1d50aa
4
inxi
4
inxi
|
@ -9111,7 +9111,7 @@ print_it_out()
|
||||||
print_cpu_data
|
print_cpu_data
|
||||||
fi
|
fi
|
||||||
if [[ $B_SHOW_MEMORY == 'true' ]];then
|
if [[ $B_SHOW_MEMORY == 'true' ]];then
|
||||||
print_memory_data_placeholder
|
print_memory_data
|
||||||
fi
|
fi
|
||||||
if [[ $B_SHOW_GRAPHICS == 'true' ]];then
|
if [[ $B_SHOW_GRAPHICS == 'true' ]];then
|
||||||
print_graphics_data
|
print_graphics_data
|
||||||
|
@ -10321,7 +10321,7 @@ print_machine_data()
|
||||||
eval $LOGFE
|
eval $LOGFE
|
||||||
}
|
}
|
||||||
|
|
||||||
print_memory_data_placeholder()
|
print_memory_data()
|
||||||
{
|
{
|
||||||
eval $LOGFS
|
eval $LOGFS
|
||||||
local memory_line="${C1}Placeholder$SEP3${C2} Feature not yet developed."
|
local memory_line="${C1}Placeholder$SEP3${C2} Feature not yet developed."
|
||||||
|
|
Loading…
Reference in a new issue