From 71e09b0af9ddee34391ab167ee01670aed777805 Mon Sep 17 00:00:00 2001 From: Christian Fasching Date: Fri, 5 May 2023 21:17:38 +0200 Subject: [PATCH] updated for Pimcore 10.6 --- .github/scripts/02-install-pimcore.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/02-install-pimcore.sh b/.github/scripts/02-install-pimcore.sh index 17983ec..991e7a7 100755 --- a/.github/scripts/02-install-pimcore.sh +++ b/.github/scripts/02-install-pimcore.sh @@ -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