mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-22 23:12:23 +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'
|
||||
{spawn} = require 'child_process'
|
||||
bootstrap = require './bootstrap'
|
||||
config = require './config'
|
||||
|
||||
utils.mixpanelTrack('Supervisor start')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user