summaryrefslogtreecommitdiffstats
path: root/retiolum/bin
diff options
context:
space:
mode:
authortv <tv@iiso>2011-11-10 01:22:57 +0100
committertv <tv@iiso>2011-11-10 01:22:57 +0100
commit62a098cb62e4ae9ca9f9c9fdd9928e33e6deb267 (patch)
treee59fb45507cffe3886640fa86fce4cd31c7bf144 /retiolum/bin
parent8ddd371557d626f6586282c3345e3a2a8f7ee487 (diff)
//retiolum pgrep-retiolum-tincd-args: fix regex
Diffstat (limited to 'retiolum/bin')
-rwxr-xr-xretiolum/bin/pgrep-retiolum-tincd-args2
1 files changed, 1 insertions, 1 deletions
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'