mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-20 10:50:08 +03:00
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
This commit is contained in:
parent
940b38a903
commit
b4565b9b78
@ -393,7 +393,7 @@ const createProvision = (res = {}, next = () => undefined, params = {}, userData
|
||||
lastLine = line
|
||||
const renderLine = { id: files.name, data: line, command: command, commandId: uuid }
|
||||
stream.write(`${JSON.stringify(renderLine)}\n`)
|
||||
publish(defaultCommandProvision)
|
||||
publish(defaultCommandProvision, renderLine)
|
||||
}
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user