diff options
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' |