aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/initializers/installer.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/initializers/installer.ts')
-rw-r--r--server/initializers/installer.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/initializers/installer.ts b/server/initializers/installer.ts
index c3521a9e4..3f4c4dfbb 100644
--- a/server/initializers/installer.ts
+++ b/server/initializers/installer.ts
@@ -13,9 +13,9 @@ async function installApplication () {
13 await db.sequelize.sync() 13 await db.sequelize.sync()
14 await removeCacheDirectories() 14 await removeCacheDirectories()
15 await createDirectoriesIfNotExist() 15 await createDirectoriesIfNotExist()
16 await createApplicationIfNotExist()
16 await createOAuthClientIfNotExist() 17 await createOAuthClientIfNotExist()
17 await createOAuthAdminIfNotExist() 18 await createOAuthAdminIfNotExist()
18 await createApplicationIfNotExist()
19 } catch (err) { 19 } catch (err) {
20 logger.error('Cannot install application.', err) 20 logger.error('Cannot install application.', err)
21 throw err 21 throw err