You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wrote a separate shell script to run gagarin.
It runs well when it is manually called from command-line.
But it throws an exception when running from crontab with root privilegies:
events.js:72
throw er; // Unhandled 'error' event
^
Error: spawn ENOENT
at errnoException (child_process.js:1011:11)
at Process.ChildProcess._handle.onexit (child_process.js:802:34)
As I understand, it happens because of the incorrect node environment in child_process.spawn
The text was updated successfully, but these errors were encountered:
I wrote a separate shell script to run gagarin.
It runs well when it is manually called from command-line.
But it throws an exception when running from crontab with root privilegies:
As I understand, it happens because of the incorrect node environment in child_process.spawn
The text was updated successfully, but these errors were encountered: