mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
Fix bad variable returning - VMware
This commit is contained in:
parent
e97040d3e5
commit
f3eaf649ef
@ -106,7 +106,7 @@ conf = YAML::load(File.read(CONF_FILE))
|
||||
rc, data = do_action("virsh -c #{@uri} --readonly nodeinfo")
|
||||
|
||||
if rc == false
|
||||
exit info
|
||||
exit data
|
||||
end
|
||||
|
||||
data.split(/\n/).each{|line|
|
||||
|
Loading…
x
Reference in New Issue
Block a user