diff --git a/recipe/shopware.php b/recipe/shopware.php index ae03c8e4d..0b7e35e5a 100644 --- a/recipe/shopware.php +++ b/recipe/shopware.php @@ -141,7 +141,7 @@ function getPlugins(): array if (!test('[ -d {{deploy_path}}/config/jwt/ ]')) { return; } - run('cd {{release_path}} && chmod -R 660 config/jwt/*'); + run('cd {{release_path}} && find config/jwt/ -type f -exec chmod -R 660 {} +'); }); /**