Closed xmik closed 8 years ago
I think you went too far in the opposite direction. Using ps
is okay, or at least better than implementing it yourself. My concern was you were parsing its output in Bash instead of in Ruby and generally not using the correct mixlib-shellout helpers (ex. error?
).
@coderanger, I see. So do you want me to change this to using ps
with mixlib-shellout but still avoid grep
? Or do you need to apply more changes anyway?
Closing in favor of #193
The discussion is in PR #148