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

Bug in HookManagerDriver (#15)

git-svn-id: http://svn.opennebula.org/one/trunk@442 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
Javier Fontán Muiños 2009-04-01 13:47:12 +00:00
parent bd3c94232c
commit ebbd5244c2

View File

@ -48,7 +48,7 @@ class HookManagerDriver < OpenNebulaDriver
if host.upcase=="LOCAL"
cmd=LocalCommand.run(cmd_string, log_method(number))
else
cmd=LocalCommand.run(host, cmd_string, log_method(number))
cmd=SSHCommand.run(cmd_string, host, log_method(number))
end
pp cmd.stdout