Skip to content

Commit d7fe6a0

Browse files
committed
Merge branch 'CHEF-984' of git://github.com/tfheen/chef into tfheen/CHEF-984
2 parents dbdf702 + 82224a8 commit d7fe6a0

File tree

1 file changed

+1
-1
lines changed
  • chef-solr/lib/chef/solr/application

1 file changed

+1
-1
lines changed

‎chef-solr/lib/chef/solr/application/solr.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def run_application
150150
end
151151
Dir.chdir(Chef::Config[:solr_jetty_path])do
152152
command="java -Xmx#{Chef::Config[:solr_heap_size]} -Xms#{Chef::Config[:solr_heap_size]}"
153-
command << " -Dsolr.solr.data=#{Chef::Config[:solr_data_path]}"
153+
command << " -Dsolr.data.dir=#{Chef::Config[:solr_data_path]}"
154154
command << " -Dsolr.solr.home=#{Chef::Config[:solr_home_path]}"
155155
command << " #{Chef::Config[:solr_java_opts]}"ifChef::Config[:solr_java_opts]
156156
command << " -jar #{File.join(Chef::Config[:solr_jetty_path],'start.jar')}"

0 commit comments

Comments
(0)