mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
Signed-off-by: Jorge Lobo <jlobo@opennebula.io>
This commit is contained in:
parent
cfd346c354
commit
e943e2496f
@ -510,7 +510,7 @@ const createProvision = (res = {}, next = () => undefined, params = {}, userData
|
||||
const close = (success, lastLine) => {
|
||||
stream.end()
|
||||
if (success && regexp.test(lastLine)) {
|
||||
const newPath = renameFolder(config.path, lastLine.match('\\d+'), 'replace', removeConfigFile)
|
||||
const newPath = renameFolder(config.path, lastLine.match('\\d+'), 'replace')
|
||||
if (newPath) {
|
||||
existsFile(
|
||||
relFileYML,
|
||||
|
Loading…
x
Reference in New Issue
Block a user