mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2024-12-22 15:02:23 +00:00
service-manager: Delete the correct handover complete file
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
This commit is contained in:
parent
047ca2ae68
commit
83b4d5878e
@ -233,7 +233,7 @@ module.exports = class ServiceManager extends EventEmitter
|
|||||||
Promise.any _.map handoverCompletePaths, (file) ->
|
Promise.any _.map handoverCompletePaths, (file) ->
|
||||||
fs.statAsync(file)
|
fs.statAsync(file)
|
||||||
.then ->
|
.then ->
|
||||||
fs.unlinkAsync(handoverCompletePaths).catch(_.noop)
|
fs.unlinkAsync(file).catch(_.noop)
|
||||||
.catch ->
|
.catch ->
|
||||||
if Date.now() < deadline
|
if Date.now() < deadline
|
||||||
Promise.delay(pollInterval).then(wait)
|
Promise.delay(pollInterval).then(wait)
|
||||||
|
Loading…
Reference in New Issue
Block a user