From c77c523c5715538b27dfce829f9f9ba4f50c46f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Jakes=CC=8C?= Date: Wed, 11 Dec 2019 11:11:11 +0100 Subject: [PATCH] Fix permissions in acceptance tests to allow plugin installation [MAILPOET-2431] --- tests/docker/codeception/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/docker/codeception/docker-entrypoint.sh b/tests/docker/codeception/docker-entrypoint.sh index 94046547df..6e98766595 100755 --- a/tests/docker/codeception/docker-entrypoint.sh +++ b/tests/docker/codeception/docker-entrypoint.sh @@ -19,6 +19,7 @@ done # make sure permissions are correct 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/uploads chmod 755 wp-content/plugins