mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Remove done message at the end of windosu execution
This commit is contained in:
parent
38139ed169
commit
3e938f7808
@ -194,7 +194,6 @@ exports.init =
|
||||
|
||||
# Need to escape everypath to avoid errors
|
||||
resinWritePath = "\"#{path.join(__dirname, '..', '..', 'bin', 'resin-write')}\""
|
||||
windosu.exec("node #{resinWritePath} \"#{params.image}\" \"#{params.device}\"").then ->
|
||||
console.log 'Done'
|
||||
windosu.exec("node #{resinWritePath} \"#{params.image}\" \"#{params.device}\"")
|
||||
else
|
||||
return done(error)
|
||||
|
Loading…
Reference in New Issue
Block a user