From 38e27f234ed6b60c53cd287e60d9ef8a87addf3f Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Mon, 7 Aug 2017 14:45:43 +0300 Subject: [PATCH] start time instead of run time --- web/ssh-tunnelier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '----' }