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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user