1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-12 17:36:02 +00:00
Files
docker-ttrss/root/etc/cont-init.d/50-php
2017-10-05 12:27:55 +02:00

11 lines
253 B
Plaintext

#!/usr/bin/with-contenv sh
# Make sure to have a defined set of PHP binaries,
# regardless of how the package maintainer(s) named those.
rm /usr/bin/php
ln -s /usr/bin/php7 /usr/bin/php
rm /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm7 /usr/sbin/php-fpm