mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* usr/lib/byobu/users:
- fix typo in user detailed counting
This commit is contained in:
parent
c8f4c040cf
commit
27c96cd3ba
2 changed files with 5 additions and 1 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -4,6 +4,10 @@ byobu (5.21) unreleased; urgency=low
|
|||
* usr/lib/byobu/users:
|
||||
- clear cache on 0 users
|
||||
|
||||
[ Patrick Marlier ]
|
||||
* usr/lib/byobu/users:
|
||||
- fix typo in user detailed counting
|
||||
|
||||
[ Daniel Hahler ]
|
||||
* usr/lib/byobu/include/common:
|
||||
- clear stderr in byobu test
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
__users_detail() {
|
||||
ps -ef | grep "sshd;.*@" | grep -v grep
|
||||
ps -ef | grep "sshd:.*@" | grep -v grep
|
||||
}
|
||||
|
||||
__users() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue