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

Linux: cat is not in path #29

Closed
scharc opened this issue Dec 22, 2019 · 2 comments
Closed

Linux: cat is not in path #29

scharc opened this issue Dec 22, 2019 · 2 comments

Comments

@scharc
Copy link

scharc commented Dec 22, 2019

I am running my nodejs app as systemd service and there is no PATH var set for 'cat'

had to change lib/linux.js

execFile("cat...
to
execFile("/bin/cat...

@scravy
Copy link
Owner

scravy commented Apr 21, 2020

@scharc Can you open a pull request about this?

@scravy scravy added this to the 0.5.0 milestone Apr 21, 2020
@scravy scravy closed this as completed in 90a3b7d May 4, 2020
@scravy
Copy link
Owner

scravy commented May 4, 2020

Has been released in v0.4.3.

@scravy scravy added the fixed label May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants