From e4b87c8ab90b7aae0780d60499deea2cde2d2bcd Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Tue, 2 Jun 2026 16:11:39 +0100 Subject: [PATCH] chown entire wp-content to ensure correct permissions --- entrypoint.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 304efaf..13db3cc 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -54,7 +54,7 @@ if [ ! -f "$UPLOADS_HTACCESS" ]; then EOF fi -chown -R www-data:www-data /var/www/html/wp-content/uploads/ +chown -R www-data:www-data /var/www/html/wp-content/ if [ -n "$@" ]; then "$@"