From 249e29577df6c173aa5a65c6564554c0bcb4b5ee Mon Sep 17 00:00:00 2001 From: wmorgan Date: Fri, 31 Aug 2007 15:50:04 +0000 Subject: [PATCH] don't save index in sup-sync-back, since that only fucks things up if errors happen and has no positive benefit git-svn-id: svn://rubyforge.org/var/svn/sup/trunk@555 5c8cc53c-5e98-4d25-b20a-d8db53a31250 --- bin/sup-sync-back | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/sup-sync-back b/bin/sup-sync-back index 61a6baf..ff4aa3a 100644 --- a/bin/sup-sync-back +++ b/bin/sup-sync-back @@ -166,7 +166,6 @@ rescue Exception => e File.open("sup-exception-log.txt", "w") { |f| f.puts e.backtrace } raise ensure - index.save Redwood::finish index.unlock end -- 2.45.2