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

feature #2187: change separator of INIT_SCRIPTS to space

This commit is contained in:
Javi Fontan 2013-09-06 16:20:16 +02:00
parent cb070444c7
commit cd1964ea7a

View File

@ -818,7 +818,7 @@ EOT
end
if options[:init]
lines << %Q<INIT_SCRIPTS="#{options[:init].join(',')}">
lines << %Q<INIT_SCRIPTS="#{options[:init].join(' ')}">
end
if !lines.empty?