mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
use kB instead of KB
This commit is contained in:
parent
b2426e011d
commit
511e327bfc
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ grep -qs "^$p=1$" "$HOME/.screen-profiles/status" || exit 0
|
|||
|
||||
cache="$HOME/.screen-profiles/$p"
|
||||
interface=`route -n | tail -n 1 | sed "s/^.* //"`
|
||||
unit="KB/s"
|
||||
unit="kB/s"
|
||||
|
||||
t1=`stat -c %Y "$cache"` 2>/dev/null || t1=0
|
||||
t2=`date +%s`
|
||||
|
|
|
@ -24,7 +24,7 @@ grep -qs "^$p=1$" "$HOME/.screen-profiles/status" || exit 0
|
|||
cache="$HOME/.screen-profiles/$p"
|
||||
|
||||
interface=`route -n | tail -n 1 | sed "s/^.* //"`
|
||||
unit="KB/s"
|
||||
unit="kB/s"
|
||||
|
||||
t1=`stat -c %Y "$cache"` 2>/dev/null || t1=0
|
||||
t2=`date +%s`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue