Skip to content

Linux: cat is not in path #29

@scharc

Description

@scharc

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...

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions