Skip to content

Commit 0d6954a

Browse files
authored
Merge pull request #24 from joanhey/symfony5.4-perm
Fix Symfony 5.4 permissions
2 parents 034baf5 + 23aaa28 commit 0d6954a

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

symfony-5.4/_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 enhancements
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-5.4/_benchmark/update.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@ 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
1112
rm ./public/.htaccess

0 commit comments

Comments
 (0)