lib/capistrano/tasks/sunspot.cap in h2ocube_rails_sunspot-0.0.3 vs lib/capistrano/tasks/sunspot.cap in h2ocube_rails_sunspot-0.0.4

- old
+ new

@@ -12,9 +12,10 @@ task :link_to_solr_shared_dirs do on roles :app do within shared_path do execute :rm, "-rf #{release_path}/solr/solr" execute :ln, "-s #{shared_path}/solr #{release_path}/solr" + execute :ln, "-s #{shared_path}/pids #{release_path}/solr/pids" end end end desc 'start solr'