Skip to content

Commit

Permalink
Merge pull request #791 from uselagoon/php_cp_template
Browse files Browse the repository at this point in the history
use ep to create 00-lagoon-php.ini
  • Loading branch information
tobybellwood committed Jul 18, 2023
2 parents b749545 + f135877 commit dacba1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/php-fpm/entrypoints/70-php-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
# @see https://github.com/php/php-src/blob/PHP-8.2/php.ini-production

mv "$PHP_INI_DIR/conf.d/00-lagoon-php.ini.tpl" "$PHP_INI_DIR/conf.d/00-lagoon-php.ini"
ep "$PHP_INI_DIR/conf.d/00-lagoon-php.ini"
ep -d "$PHP_INI_DIR/conf.d/00-lagoon-php.ini.tpl" > "$PHP_INI_DIR/conf.d/00-lagoon-php.ini"
ep /usr/local/etc/php-fpm.conf
ep /usr/local/etc/php-fpm.d/*
echo "configured lagoon-php.ini"

0 comments on commit dacba1b

Please sign in to comment.