Skip to content

Commit 78e2dfc

Browse files
committed
Fix Symfony 6.3 permissions
1 parent a77fbb0 commit 78e2dfc

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

symfony-6.3/_benchmark/setup.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ yes|cp -r _benchmark/symfony/* ./
99

1010
# some enhancement
1111
composer dump-env prod
12-
APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear
13-
composer install --no-dev --optimize-autoloader
12+
APP_ENV=prod APP_DEBUG=0 bin/console cache:clear
13+
composer install --no-dev --optimize-autoloader
14+
chmod -R o+w var

symfony-6.3/_benchmark/update.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ yes|cp -r _benchmark/symfony/* ./
77
# some enhancements
88
composer dump-env prod
99
composer install --no-dev --optimize-autoloader
10-
APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear
10+
APP_ENV=prod APP_DEBUG=0 bin/console cache:clear
11+
chmod -R o+w var

0 commit comments

Comments
 (0)