minor during setup

This commit is contained in:
lesion
2022-06-25 23:15:58 +02:00
parent 798ef3a7d8
commit 623ee02a21
3 changed files with 8 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ const initialize = {
password: process.env.GANCIO_DB_PASSWORD,
}
setupController._setupDb(dbConf)
await setupController._setupDb(dbConf)
.catch(e => {
log.warn(String(e))
process.exit(1)