chown entire wp-content to ensure correct permissions
Some checks failed
continuous-integration/drone/pr Build is failing
Some checks failed
continuous-integration/drone/pr Build is failing
This commit is contained in:
@ -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
|
||||
"$@"
|
||||
|
||||
Reference in New Issue
Block a user