1
0
mirror of https://github.com/x86dev/docker-ttrss synced 2025-12-11 00:46:02 +00:00

Fixes for PHP 8.4.

This commit is contained in:
x86dev
2025-03-17 13:00:16 +01:00
parent 0ccb3928f8
commit 9d9bb96dc0
2 changed files with 3 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
# regardless of how the package maintainer(s) named those.
rm /usr/bin/php
ln -s /usr/bin/php81 /usr/bin/php
ln -s /usr/bin/php84 /usr/bin/php
rm /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm81 /usr/sbin/php-fpm
ln -s /usr/sbin/php-fpm84 /usr/sbin/php-fpm

View File

@@ -60,7 +60,7 @@ update_common()
fi
echo "Updating: Updating permissions"
for CUR_DIR in /etc/nginx /etc/php81 /var/lib/nginx /etc/services.d; do
for CUR_DIR in /etc/nginx /etc/php84 /var/lib/nginx /etc/services.d; do
chown -R ${MY_ROOT_UID}:${MY_ROOT_GID} ${CUR_DIR}
done