Skip to content
Snippets Groups Projects
Commit c6ba0484 authored by Fabian Galinski's avatar Fabian Galinski :pouting_cat:
Browse files

[TASK] Another adapation for shopware 6

parent 938c99ee
No related branches found
No related tags found
No related merge requests found
......@@ -604,10 +604,12 @@ else
sudo mv composer.phar /usr/local/bin/composer
fi
rm -rf #{base_hostname}
composer create-project shopware/production:dev-flex temp v#{node['normal_site']['shopware_version']}
shopt -s dotglob
mv temp/* #{base_hostname}
rm -rf temp
composer create-project shopware/production:dev-flex #{base_hostname} v#{node['normal_site']['shopware_version']}
touch #{base_hostname}/FIRST_INSTALL
fi
EOF
......
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