From 62a098cb62e4ae9ca9f9c9fdd9928e33e6deb267 Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 10 Nov 2011 01:22:57 +0100 Subject: //retiolum pgrep-retiolum-tincd-args: fix regex --- retiolum/bin/pgrep-retiolum-tincd-args | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'retiolum/bin/pgrep-retiolum-tincd-args') diff --git a/retiolum/bin/pgrep-retiolum-tincd-args b/retiolum/bin/pgrep-retiolum-tincd-args index bd0bbc97..19c05fbe 100755 --- a/retiolum/bin/pgrep-retiolum-tincd-args +++ b/retiolum/bin/pgrep-retiolum-tincd-args @@ -1,2 +1,2 @@ #! /bin/sh -ps -e -o args | grep -E '(^|[ /])tincd +.* (-n +|--net=)retiolum' +ps -e -o args | grep -E '(^|[ /])tincd +([^ ].* )?(-n +|--net=)retiolum' -- cgit v1.2.3