chown entire wp-content to ensure correct permissions
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-06-02 16:11:39 +01:00
parent 7e170adbb4
commit e4b87c8ab9

View File

@ -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
"$@"