mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Fixed typos
no issue
This commit is contained in:
parent
2ed1d5c2cc
commit
6aee35ec3d
1 changed files with 2 additions and 2 deletions
|
@ -163,7 +163,7 @@ const freshModeGhostStart = async (options) => {
|
||||||
// Reset the settings cache and disable listeners so they don't get triggered further
|
// Reset the settings cache and disable listeners so they don't get triggered further
|
||||||
settingsService.shutdown();
|
settingsService.shutdown();
|
||||||
|
|
||||||
// Do a full database initialisation
|
// Do a full database initialization
|
||||||
await knexMigrator.init();
|
await knexMigrator.init();
|
||||||
|
|
||||||
await settingsService.init();
|
await settingsService.init();
|
||||||
|
@ -171,7 +171,7 @@ const freshModeGhostStart = async (options) => {
|
||||||
// Actually boot Ghost
|
// Actually boot Ghost
|
||||||
await bootGhost(options);
|
await bootGhost(options);
|
||||||
|
|
||||||
// Wait for the URL service to be ready, which happens after bootYou
|
// Wait for the URL service to be ready, which happens after boot
|
||||||
if (options.frontend) {
|
if (options.frontend) {
|
||||||
await urlServiceUtils.isFinished();
|
await urlServiceUtils.isFinished();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue