Fix permissions in acceptance tests to allow plugin installation
[MAILPOET-2431]
This commit is contained in:
committed by
Jack Kitterhing
parent
4e75bcd296
commit
c77c523c57
@ -19,6 +19,7 @@ done
|
|||||||
|
|
||||||
# make sure permissions are correct
|
# make sure permissions are correct
|
||||||
cd /wp-core
|
cd /wp-core
|
||||||
|
chown www-data:www-data wp-content
|
||||||
chown www-data:www-data wp-content/plugins
|
chown www-data:www-data wp-content/plugins
|
||||||
chown www-data:www-data wp-content/uploads
|
chown www-data:www-data wp-content/uploads
|
||||||
chmod 755 wp-content/plugins
|
chmod 755 wp-content/plugins
|
||||||
|
Reference in New Issue
Block a user