From df816f0dd76953bd2bb3b236d1ca8b80df2c6c85 Mon Sep 17 00:00:00 2001 From: GotPPay Date: Fri, 31 Aug 2018 00:23:18 +0200 Subject: [PATCH] add missing plugin activation --- docker/php/setup.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker/php/setup.sh b/docker/php/setup.sh index d4d3cdf..eb6f82e 100644 --- a/docker/php/setup.sh +++ b/docker/php/setup.sh @@ -13,14 +13,16 @@ wp core update-db --allow-root # Activate plugins in desired order # (if plugin is already activated command will do nothing) +wp plugin activate woocommerce --allow-root +wp plugin activate woocommerce-product-bundles --allow-root wp plugin activate woocommerce-jetpack --allow-root -wp plugin activate groups --allow-root wp plugin activate jwt-authentication-for-wp-rest-api --allow-root -wp plugin activate wiaas --allow-root wp plugin activate gravityforms --allow-root wp plugin activate gravityflow --allow-root wp plugin activate capability-manager-enhanced --allow-root +wp plugin activate groups --allow-root wp plugin activate wp-user-groups --allow-root +wp plugin activate wiaas --allow-root # Execute database update for updated plugins # (if no changes detected command will do nothing)