diff --git a/bin/users b/bin/users index a9801e3b..a73fbee2 100755 --- a/bin/users +++ b/bin/users @@ -21,7 +21,7 @@ # if [ "$1" = "--detail" ]; then - ps -ef | grep "sshd;.*@" + ps -ef | grep "sshd;.*@" | grep -v grep exit 0 fi