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:
parent
778e17eb65
commit
41bbe8ccb9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user