mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Fix lamely introduced bug
This commit is contained in:
parent
0c3bee9ec3
commit
14557d9cd2
@ -1125,7 +1125,7 @@ class VCenterVm
|
||||
str << "GRAPHICS = [\n"\
|
||||
" TYPE =\"vnc\",\n"\
|
||||
" LISTEN =\"0.0.0.0\",\n"\
|
||||
" PORT =\"#{vp[0][:value]}\"\n"
|
||||
" PORT =\"#{vp[0][:value]},\"\n"
|
||||
str << " KEYMAP =\"#{keymap[0][:value]}\"\n" if keymap
|
||||
str << "]\n"
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user