Skip to content
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

replacing grep ${servicename} with grep -E "^${servicename}:" #29

Closed
dgibbs64 opened this issue Nov 21, 2013 · 2 comments
Closed

replacing grep ${servicename} with grep -E "^${servicename}:" #29

dgibbs64 opened this issue Nov 21, 2013 · 2 comments
Labels
outcome: issue resolved This issue was resolved type: bug Something isn't working

Comments

@dgibbs64
Copy link
Member

I have found that running multiple instances of a server on the same user didnt quite work with grep ${servicename}. Example of issue was kfserver is like kf-server-objective and woudl pick up both servers. instead grep -E "^${servicename}:" would pickup only the specific server and stop the risk of picking up both.

@dgibbs64
Copy link
Member Author

dgibbs64 commented Dec 4, 2013

I have completed this update with all scripts

@dgibbs64 dgibbs64 closed this as completed Dec 4, 2013
@lock
Copy link

lock bot commented Jul 20, 2018

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jul 20, 2018
@dgibbs64 dgibbs64 added type: bug Something isn't working outcome: issue resolved This issue was resolved labels Jun 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outcome: issue resolved This issue was resolved type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant