diff --git a/web/ssh-tunnelier b/web/ssh-tunnelier index 786cd3c..3a86766 100755 --- a/web/ssh-tunnelier +++ b/web/ssh-tunnelier @@ -37,7 +37,7 @@ colMenu="\033[0;33m" colWarn="\033[0;1;31m" function fpgrep() { - pgrep -x -u $UID "$@" | xargs --no-run-if-empty ps -o pid,bsdtime,args; + pgrep -x -u $UID "$@" | xargs --no-run-if-empty ps -o pid,bsdstart,args; test ${PIPESTATUS[0]} -ne 0 && echo '----' }