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

[BUGFIX] Create the directories recursivly

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