mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
Updates to event scheduler
This commit is contained in:
parent
70d1eb8d91
commit
e90cf673e3
2 changed files with 4 additions and 0 deletions
|
@ -141,6 +141,8 @@ function initialize(cb) {
|
|||
'**** ENiGMA½ Bulletin Board System Starting Up! ****');
|
||||
|
||||
process.on('SIGINT', shutdownSystem);
|
||||
|
||||
require('later').date.localTime(); // use local times for later.js/scheduling
|
||||
|
||||
return callback(null);
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue