mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
* bin/users: grep out the grep statement in the ps
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
a528890cb5
commit
07ed2e7e32
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
#
|
||||
|
||||
if [ "$1" = "--detail" ]; then
|
||||
ps -ef | grep "sshd;.*@"
|
||||
ps -ef | grep "sshd;.*@" | grep -v grep
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue