-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
change pgrep --exact to pgrep -x #144
Comments
Is alpine using an old version of procps? |
It is useing procps-3.3.16-r0 which seems to be the latest |
Weird... Guess I'll change it to |
Thanks a lot :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
is it possible for you to change pgrep --exact on line 191 to pgrep -x to make it compatible with alpine linux ? I am not really sure about the difference but it seems to work on alpine
kind regards
The text was updated successfully, but these errors were encountered: