From 66e06874566803d76e5a9b9996de127f5d29b065 Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Tue, 26 May 2026 17:05:24 +0100 Subject: [PATCH] Removed redundant chown --- entrypoint.sh.tmpl | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 5db4d07..304efaf 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -52,7 +52,6 @@ if [ ! -f "$UPLOADS_HTACCESS" ]; then Require all denied EOF - chown www-data:www-data "$UPLOADS_HTACCESS" fi chown -R www-data:www-data /var/www/html/wp-content/uploads/