mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-23 07:22:24 +00:00
require config is needed to retry bootstrap
This commit is contained in:
parent
b7df26b9f6
commit
c4f9fd853d
@ -5,6 +5,7 @@ knex = require './db'
|
|||||||
utils = require './utils'
|
utils = require './utils'
|
||||||
{spawn} = require 'child_process'
|
{spawn} = require 'child_process'
|
||||||
bootstrap = require './bootstrap'
|
bootstrap = require './bootstrap'
|
||||||
|
config = require './config'
|
||||||
|
|
||||||
utils.mixpanelTrack('Supervisor start')
|
utils.mixpanelTrack('Supervisor start')
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user