Skip to content

Commit

Permalink
fix: Remove useless setfacl call
Browse files Browse the repository at this point in the history
  • Loading branch information
botisSmile committed Nov 26, 2024
1 parent fd127ff commit fba4420
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/php/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ if [ "$1" = 'php-fpm' ] || [ "$1" = 'php' ] || [ "$1" = 'bin/console' ]; then

echo "Making sure public / private keys for JWT exist..."
php bin/console lexik:jwt:generate-keypair --skip-if-exists --no-interaction
setfacl -R -m u:www-data:rX -m u:"$(whoami)":rwX config/jwt
setfacl -dR -m u:www-data:rX -m u:"$(whoami)":rwX config/jwt
fi

if grep -q ^DATABASE_URL= .env; then
Expand Down

0 comments on commit fba4420

Please sign in to comment.