Skip to content

Commit

Permalink
updated for Pimcore 10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fashxp committed May 5, 2023
1 parent f1ee1cf commit 71e09b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/02-install-pimcore.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ docker compose exec -T \
php vendor/bin/pimcore-install -n

sudo chown -R `id -g` ./config # necessary to allow copying of config files during install of Pimcore
sudo chmod -R 666 ./config # necessary to allow copying of config files during install of Pimcore
sudo chmod -R 777 ./config # necessary to allow copying of config files during install of Pimcore

cp ../../platform-version/.github/files/bundles.php ./config
cp ../../platform-version/.github/files/config-system.yaml ./config/local
Expand Down

0 comments on commit 71e09b0

Please sign in to comment.