You've already forked crontab-ui
mirror of
https://github.com/alseambusher/crontab-ui.git
synced 2025-12-15 11:43:58 +08:00
Revered the path to node when calling ui mailer.js
This commit is contained in:
@@ -106,7 +106,7 @@ exports.set_crontab = function(env_vars, callback){
|
||||
}
|
||||
|
||||
if (tab.mailing && JSON.stringify(tab.mailing) != "{}"){
|
||||
crontab_string += "; " + __dirname + "/bin/crontab-ui-mailer.js " + tab._id + " " + stdout + " " + stderr;
|
||||
crontab_string += "; /usr/local/bin/node " + __dirname + "/bin/crontab-ui-mailer.js " + tab._id + " " + stdout + " " + stderr;
|
||||
}
|
||||
|
||||
crontab_string += "\n";
|
||||
|
||||
Reference in New Issue
Block a user