--- one_im_ssh.rb	2010-11-10 14:41:42.000000000 +0100
+++ one_im_ssh.rb	2010-11-09 16:25:17.000000000 +0100
@@ -63,14 +63,14 @@
             log(number, message)
         end
 
-        if do_update == "1"
-            # Use SCP to sync:
-            sync_cmd = "scp -r #{REMOTES_LOCATION}/. #{host}:#{@remote_dir}"
-
-            # Use rsync to sync:
-            # sync_cmd = "rsync -Laz #{REMOTES_LOCATION} #{host}:#{@remote_dir}"
-            LocalCommand.run(sync_cmd, log_lambda)
-        end
+#        if do_update == "1"
+        # Use SCP to sync:
+         sync_cmd = "scp -r #{REMOTES_LOCATION}/. #{host}:#{@remote_dir}"
+
+         # Use rsync to sync:
+         # sync_cmd = "rsync -Laz #{REMOTES_LOCATION} #{host}:#{@remote_dir}"
+         LocalCommand.run(sync_cmd, log_lambda)
+#        end
 
         cmd_string = "#{@remote_dir}/im/run_probes #{@hypervisor} #{host}"
         cmd = SSHCommand.run(cmd_string, host, log_lambda)
