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