From: wmorgan Date: Fri, 31 Aug 2007 15:50:04 +0000 (+0000) Subject: don't save index in sup-sync-back, since that only fucks things up if errors happen... X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=249e29577df6c173aa5a65c6564554c0bcb4b5ee;p=sup 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 --- 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