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

[BUGFIX] Remove link target before creating it

parent 046043ec
No related branches found
No related tags found
No related merge requests found
......@@ -265,6 +265,11 @@ end
####################
node['typo3_site']['create_links'].each do |link_data|
execute 'remove link target' do
command "rm -f #{link_data['target']}"
action :run
end
link link_data['source'] do
to link_data['target']
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