1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

bug: removed unneeded command execution when remotes dir is missing

This commit is contained in:
Ruben S. Montero 2011-06-18 02:27:23 +02:00
parent 778e17eb65
commit 41bbe8ccb9

View File

@ -174,7 +174,6 @@ class RemotesCommand < SSHCommand
while cmd.code != 0 and retries != 0
if cmd.code == MAGIC_RC
update_remotes(host, remote_dir, logger)
cmd.run
end
sleep 1