mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
usr/lib/byobu/network: drop unnecessary unit=kbps
This commit is contained in:
parent
998b8e533c
commit
a930aa4017
2 changed files with 1 additions and 3 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,6 +1,6 @@
|
||||||
byobu (3.20) unreleased; urgency=low
|
byobu (3.20) unreleased; urgency=low
|
||||||
|
|
||||||
* UNRELEASED
|
* usr/lib/byobu/network: drop unnecessary unit=kbps
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 28 Dec 2010 00:05:13 -0600
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 28 Dec 2010 00:05:13 -0600
|
||||||
|
|
||||||
|
|
|
@ -79,8 +79,6 @@ for i in up down; do
|
||||||
elif [ "$rate" -gt 1000 ]; then
|
elif [ "$rate" -gt 1000 ]; then
|
||||||
rate=`echo "$rate" | awk '{printf "%.1f", $1/1000}'`
|
rate=`echo "$rate" | awk '{printf "%.1f", $1/1000}'`
|
||||||
unit="Mbps"
|
unit="Mbps"
|
||||||
else
|
|
||||||
unit="kbps"
|
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue