From e38f0ff835c340e97de81301fbf7249a75167624 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Mon, 4 Sep 2017 08:46:56 +0300 Subject: [PATCH] posix friendly --- web/ssh-tunnelier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {