Skip to content
Snippets Groups Projects
Commit 4d9ce043 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[TASK] Another file name change

parent 01eddd99
No related branches found
No related tags found
No related merge requests found
...@@ -86,8 +86,8 @@ action :add do ...@@ -86,8 +86,8 @@ action :add do
code <<-EOF code <<-EOF
cd #{node['typo3_solr']['solr']['solr_home']}; cd #{node['typo3_solr']['solr']['solr_home']};
rm -rf server/solr/configsets/ && cp -a #{Chef::Config['file_cache_path']}/ext-solr_#{full_extension_version}/Resources/Private/Solr/configsets server/solr/configsets/; rm -rf server/solr/configsets/ && cp -a #{Chef::Config['file_cache_path']}/ext_solr_#{full_extension_version}/Resources/Private/Solr/configsets server/solr/configsets/;
cp -a #{Chef::Config['file_cache_path']}/ext-solr_#{full_extension_version}/Resources/Private/Solr/solr.xml server/solr/; cp -a #{Chef::Config['file_cache_path']}/ext_solr_#{full_extension_version}/Resources/Private/Solr/solr.xml server/solr/;
chown solr:root -R #{node['typo3_solr']['solr']['solr_home']}; chown solr:root -R #{node['typo3_solr']['solr']['solr_home']};
EOF EOF
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment