diff --git a/web/ssh-tunnelier b/web/ssh-tunnelier index 53efb43..6dea256 100755 --- a/web/ssh-tunnelier +++ b/web/ssh-tunnelier @@ -52,7 +52,7 @@ colWarn=$( _qCol z R ) function fpgrep() { [[ -z $( pgrep -x -u $UID "$@" ) ]] && { echo '----'; return; } - pgrep -x -u $UID "$@" | xargs ps -o pid,bsdstart,args + pgrep -x -u $UID "$@" | xargs ps -o pid,start,args } function get_id() {