mirror of
https://github.com/smxi/inxi.git
synced 2025-09-04 11:39:22 +00:00
bug fix with ps count for irc
This commit is contained in:
parent
0e2afce7d6
commit
bb8d1a6dc2
1 changed files with 3 additions and 2 deletions
1
inxi
1
inxi
|
@ -13012,6 +13012,7 @@ print_ps_item()
|
|||
if [[ -n $PS_THROTTLED ]];then
|
||||
throttled=" ${C1} - throttled from${C2} $PS_THROTTLED"
|
||||
fi
|
||||
echo psc: $PS_COUNT
|
||||
case $1 in
|
||||
cpu)
|
||||
if [[ $B_EXTRA_DATA == 'true' ]];then
|
||||
|
|
Loading…
Add table
Reference in a new issue