From 59324da2d843cda4ae7f0810e2640cef80a6270c Mon Sep 17 00:00:00 2001 From: Mitesh Shah Date: Wed, 22 Oct 2014 16:39:39 +0530 Subject: [PATCH] Fixed w3tc plugin install for --wpfc to --w3tc update --- src/modules/site/update/ee_mod_update_website.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/site/update/ee_mod_update_website.sh b/src/modules/site/update/ee_mod_update_website.sh index 7c876f9f..17224714 100644 --- a/src/modules/site/update/ee_mod_update_website.sh +++ b/src/modules/site/update/ee_mod_update_website.sh @@ -77,7 +77,7 @@ function ee_mod_update_website() { ee_mod_plugin_wpsc fi - if [[ "$EE_SITE_CURRENT_CACHE" != "--w3tc" || "$EE_SITE_CURRENT_CACHE" != "--wpfc" ]] && [[ "$EE_SITE_CACHE_OPTION" = "--w3tc" || "$EE_SITE_CACHE_OPTION" = "--wpfc" ]]; then + if [[ "$EE_SITE_CURRENT_CACHE" != "--w3tc" && "$EE_SITE_CURRENT_CACHE" != "--wpfc" ]] && [[ "$EE_SITE_CACHE_OPTION" = "--w3tc" || "$EE_SITE_CACHE_OPTION" = "--wpfc" ]]; then ee_mod_plugin_w3tc fi