Fix usage of eventlog.add
This commit is contained in:
@@ -373,7 +373,7 @@ function start(callback) {
|
||||
blobs.initSecrets,
|
||||
cloudron.initialize,
|
||||
gHttpServer.listen.bind(gHttpServer, constants.PORT, '127.0.0.1'),
|
||||
eventlog.add.bind(null, eventlog.ACTION_START, { userId: null, username: 'boot' }, { version: constants.VERSION })
|
||||
async () => eventlog.add(eventlog.ACTION_START, { userId: null, username: 'boot' }, { version: constants.VERSION })
|
||||
], callback);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user