feat: move to php83
All checks were successful
web/docker-ttrss/pipeline/head This commit looks good
All checks were successful
web/docker-ttrss/pipeline/head This commit looks good
This commit is contained in:
@@ -60,7 +60,7 @@ update_common()
|
||||
fi
|
||||
|
||||
echo "Updating: Updating permissions"
|
||||
for CUR_DIR in /etc/nginx /etc/php7 /var/lib/nginx /etc/services.d; do
|
||||
for CUR_DIR in /etc/nginx /etc/php83 /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