mirror of
https://github.com/smxi/inxi.git
synced 2025-09-01 10:09:10 +00:00
added comment to explain C2 + number issue
This commit is contained in:
parent
26805f365b
commit
d744ca415b
1 changed files with 1 additions and 0 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
|
||||
# important: ${C2} $PS_COUNT must have space after ${C2} for irc output or the number vanishes
|
||||
case $1 in
|
||||
cpu)
|
||||
if [[ $B_EXTRA_DATA == 'true' ]];then
|
||||
|
|
Loading…
Add table
Reference in a new issue