From c2499a8dba6428295e19d1ed2afe68a3eb6a4396 Mon Sep 17 00:00:00 2001 From: Maciej Osyda <maciejosyda@seamless.se> Date: Fri, 15 Jan 2016 16:02:28 +0100 Subject: [PATCH] Activate seqr payment plugin --- install-wc.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install-wc.sh b/install-wc.sh index ae174b3..52ba6f1 100755 --- a/install-wc.sh +++ b/install-wc.sh @@ -26,3 +26,4 @@ cd /var/www/html /var/www/html/wp-cli db query --allow-root "UPDATE wp_options SET option_value='http://localhost:8080' WHERE option_name IN ('siteurl', 'home')" /var/www/html/wp-cli plugin install woocommerce --activate --allow-root --version=$2 +/var/www/html/wp-cli plugin activate seqr --allow-root -- GitLab