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

[BUGFIX] Directory in wrong context

parent bf6264ec
No related branches found
No related tags found
No related merge requests found
......@@ -636,7 +636,7 @@ if node['normal_site']['configure_typo3']
action :create
end
directory "#{node['normal_site']['webroot']}/#{base_hostname}/#{node['normal_site']['web_directory']}/config/system/" do
directory "#{node['normal_site']['webroot']}/#{base_hostname}/config/system/" do
mode '0755'
action :create
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