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

[BUGFIX] Create the hostname directory while setting up the TYPO3 source

parent eb0a651d
No related branches found
No related tags found
No related merge requests found
......@@ -138,6 +138,7 @@ bash 'Setup TYPO3' do
-C #{node['typo3_site']['webroot']}/typo3_src-#{node['typo3_site']['typo3_version']};
fi
mkdir -p #{node['typo3_site']['webroot']}/#{node['typo3_site']['hostname']};
cd #{node['typo3_site']['webroot']}/#{node['typo3_site']['hostname']}
rm -f typo3_src
ln -s ../typo3_src-#{node['typo3_site']['typo3_version']} typo3_src
......
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