Skip to content

Commit

Permalink
The {node.solr.extracted} folder does not exist before the bash unpac…
Browse files Browse the repository at this point in the history
…k solr. I'm not perfectly happy with the new version though, but it works.
  • Loading branch information
thbar committed Nov 8, 2010
1 parent b8c66d6 commit 16eeb8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
end

bash 'unpack solr' do
code "tar xzf #{node.solr.download} -C #{node.solr.extracted}"
code "tar xzf #{node.solr.download} -C #{node.solr.directory}"
not_if "test -d #{node.solr.extracted}"
end

Expand Down

0 comments on commit 16eeb8c

Please sign in to comment.