1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-16 22:50:10 +03:00

F OpenNebula/one#5422: Fix create provision

This commit is contained in:
Sergio Betanzos 2021-07-15 13:23:51 +02:00
parent b07373e405
commit d0447e8423
No known key found for this signature in database
GPG Key ID: E3E704F097737136

View File

@ -270,6 +270,7 @@ const addOptionalCreateCommand = () => {
const appConfig = getConfig()
const optionalCreateCommand = appConfig.oneprovision_optional_create_command || ''
return [optionalCreateCommand]
.filter(Boolean) // remove following strings: '', 0, undefined, null
}
/**