We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
php-fpm_www.sock` couldn't be updated
1 parent 137c070 commit b43e71cCopy full SHA for b43e71c
src/entrypoint.sh
@@ -87,8 +87,7 @@ if [ "$1" == "php-fpm" ]; then
87
88
update-alternatives --quiet --set html "/var/www/php$PHP_MILESTONE"
89
update-alternatives --quiet --set php-fpm "/usr/sbin/php-fpm$PHP_MILESTONE"
90
- [ ! -e "/etc/php/$PHP_MILESTONE/fpm/pool.d/www.conf" ] \
91
- || update-alternatives --quiet --set php-fpm_www.sock "/run/php-fpm/$PHP_MILESTONE/php-fpm_www.sock"
+ update-alternatives --quiet --set php-fpm_www.sock "/run/php-fpm/$PHP_MILESTONE/php-fpm_www.sock"
92
93
update-alternatives --quiet --set pie "/usr/local/bin/pie-php$PHP_MILESTONE"
94
update-alternatives --quiet --set composer "/usr/local/bin/composer-php$PHP_MILESTONE"
0 commit comments