bug fix with ps count for irc

This commit is contained in:
inxi-svn 2015-05-30 19:07:22 +00:00
parent 0e2afce7d6
commit bb8d1a6dc2

1
inxi
View file

@ -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