clear db to stop the scheduler
This commit is contained in:
@@ -225,7 +225,7 @@ function stopBox(done) {
|
||||
async.series([
|
||||
taskmanager._stopPendingTasks,
|
||||
taskmanager._waitForPendingTasks,
|
||||
appdb._clear,
|
||||
database._clear,
|
||||
server.stop,
|
||||
ldap.stop
|
||||
], done);
|
||||
|
||||
Reference in New Issue
Block a user