Skip to content

Commit

Permalink
Merge pull request #19 from shopwareLabs/fix-config-overwrite-on-loca…
Browse files Browse the repository at this point in the history
…l-init

fixes a bug where the local config gets overwritten
  • Loading branch information
mitelg authored Dec 20, 2017
2 parents a3aae83 + 5784d0f commit 78fef1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mv __PLUGIN_WORKDIR__/vendor/shopware/plugin-dev-tools/output/config_tmp.php __S
# Create database
I: echo "create database __DB_DATABASE__" | mysql -h __DB_HOST__ -u __DB_USER__ -p__DB_PASSWORD__

SHOPWARE_ENV=__ENV__ ant -f __SHOPWARE_ROOT__build/build.xml build-unit
SHOPWARE_ENV=__ENV__ ant -f __SHOPWARE_ROOT__build/build.xml build-cache-dir build-database build-generate-attributes build-snippets-deploy build-theme-initialize build-create-admin-account build-install-lock-file build-disable-firstrunwizard install-git-hooks

# Install plugin
php __SHOPWARE_ROOT__bin/console sw:plugin:refresh --env="__ENV__"
Expand Down

0 comments on commit 78fef1b

Please sign in to comment.