diff options
author | tv <tv@iiso> | 2011-11-10 01:22:57 +0100 |
---|---|---|
committer | tv <tv@iiso> | 2011-11-10 01:22:57 +0100 |
commit | 62a098cb62e4ae9ca9f9c9fdd9928e33e6deb267 (patch) | |
tree | e59fb45507cffe3886640fa86fce4cd31c7bf144 /retiolum | |
parent | 8ddd371557d626f6586282c3345e3a2a8f7ee487 (diff) |
//retiolum pgrep-retiolum-tincd-args: fix regex
Diffstat (limited to 'retiolum')
-rwxr-xr-x | retiolum/bin/pgrep-retiolum-tincd-args | 2 |
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' |