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:
parent
cb070444c7
commit
cd1964ea7a
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user