mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 08:35:25 +00:00
bug fix for output of number
This commit is contained in:
parent
0c5674b4f9
commit
bc1795809c
4
inxi
4
inxi
|
@ -4798,10 +4798,10 @@ print_ps_item()
|
||||||
|
|
||||||
case $1 in
|
case $1 in
|
||||||
cpu)
|
cpu)
|
||||||
line_start_data="${C1}CPU - top ${C2}$PS_COUNT${C1} in system (% used):${C2}"
|
line_start_data="${C1}CPU - top${C2} $PS_COUNT ${C1}in system (% used):${C2}"
|
||||||
;;
|
;;
|
||||||
mem)
|
mem)
|
||||||
line_start_data="${C1}Memory - top ${C2}$PS_COUNT${C1} in system (MB / % used):${C2}"
|
line_start_data="${C1}Memory - top${C2} $PS_COUNT ${C1}in system (MB / % used):${C2}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue