temporarily removing cronjob until upstream bugs are fixed -- resolved #1178

v1.18.x
Julian Lam 11 years ago
parent 6fb393de78
commit 820cdf8a47

@ -148,7 +148,8 @@ function start() {
templates.ready(webserver.init); templates.ready(webserver.init);
}); });
notifications.init(); // Temporarily removed until ncb000gt/node-cron/issues/81 and ncb000gt/node-cron/issues/83 are fixed
// notifications.init();
} else { } else {
winston.warn('Your NodeBB schema is out-of-date. Please run the following command to bring your dataset up to spec:'); winston.warn('Your NodeBB schema is out-of-date. Please run the following command to bring your dataset up to spec:');
winston.warn(' node app --upgrade'); winston.warn(' node app --upgrade');

Loading…
Cancel
Save