mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-20 06:07:57 +00:00
Add a log entry that we're exiting on a supervisor update.
This commit is contained in:
parent
3e1dd1f922
commit
148d067ab9
@ -74,6 +74,7 @@ exports.update = ->
|
||||
)
|
||||
.then ->
|
||||
# We've started the new container, so we're done here! #pray
|
||||
console.log('Exiting to let the new supervisor take over')
|
||||
process.exit()
|
||||
.catch (err) ->
|
||||
utils.mixpanelTrack('Supervisor update failed', error: err)
|
||||
|
Loading…
Reference in New Issue
Block a user