Browse Source

Fixed w3tc plugin install for --wpfc to --w3tc update

next
Mitesh Shah 10 years ago
parent
commit
47af4d3c02
  1. 2
      src/modules/site/update/ee_mod_update_website.sh

2
src/modules/site/update/ee_mod_update_website.sh

@ -77,7 +77,7 @@ function ee_mod_update_website() {
ee_mod_plugin_wpsc ee_mod_plugin_wpsc
fi 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 ee_mod_plugin_w3tc
fi fi

Loading…
Cancel
Save